Martin Jungowski wrote:
The problem with x86 (32-bit) is that there's two different memory limits. The total amoumt of accessible memory is 4GB (2^32 Bytes) but the total amount of memory per process is limited to 2GB.
actually, thats 3GB per-process limit in 32bit Linux.