Subject: Re: compiler woes on powerpc
To: Tim Rightnour <root@garbled.net>
From: David Edelsohn <dje@watson.ibm.com>
List: tech-toolchain
Date: 07/17/2006 13:50:06
>>>>> Tim Rightnour writes:

Tim> out of memory allocating 250000 bytes after a total of 134102464 bytes

Tim> Is that not enough ram to build gcc anymore?  It seems a bit excessive.

	There are lots of holes in the address space.  This usually means
that you have process resource limits set too low.

David