Heap Size in 32 bit Redhat
Clemens Eisserer
linuxhippy at gmail.com
Tue Mar 23 08:21:30 PDT 2010
Hi,
As far as I know there's still the 3GB/1GB user/kernel-space split
even when using PAE.
PAE doesn't expand the memory available per-process, but enables the
OS to use up to 64GB with each process still limited to its 32-bit
adress range (with some percentage reserved for the kernel).
I would suggest using 64-bit JVM with CompressedOops, usually that
performs very good :)
- Clemens
More information about the hotspot-gc-use
mailing list