This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hppa2.0n-hp-hpux11.00 resource exhaustion bootstrap failure


> Is this something for which I should raise a PR or is it just that my
> machine is underconfigured? (data seg size is default I think).

I believe that you need to increase maxdsiz and maxdsiz_64bit.  I have these
at 805306368 and 1073741824, respectively.  This is on a machine with 1 GB
ram.  This is probably too much but I found it necessary for some C++
builds.

GCC memory consumption has been increasing with each new version.  I am
concerned that we are approaching the addressability limit for 32-bit
processors.

Dave


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]