Hi - is there a group of people working on OpenJDK 8 for OpenBSD?
Christos Zoulas
christos at zoulas.com
Mon Apr 27 15:01:05 UTC 2015
On Apr 27, 10:44am, bryan at bceassociates.com ("Bryan C. Everly") wrote:
-- Subject: Re: Hi - is there a group of people working on OpenJDK 8 for Open
| *** HERE IS WHERE I RAN OUT OF IDEAS ***
| While compiling "../generated/adfiles/ad_x86_64_gen.cpp", I got the
| following error:
|
| cc1plus: out of memory allocating 4072 bytes after a total of 110297968
| bytes
|
| The weird thing is that I had "vmstat -w 1" running in a separate XTerm
| window and free memory was typically around 14 G so I don't really think I
| ran out of ram in the system. Is there some sort of heap size limitation
| in the C++ compiler that we need to pass a parameter to expand?
If you are using a bourne shell like shell bump your datasize limit using
'ulimit -Sd unlimited', if you are using tcsh/csh you can 'unlimit datasize'.
'ulimit -a' in bash shows all the resource limits ('limit' in csh/tcsh).
What's your datasize?
christos
More information about the bsd-port-dev
mailing list