Memory seen from a single process
Memory seen from a single process
Posted Sep 1, 2011 5:18 UTC (Thu) by Tuna-Fish (guest, #61751)In reply to: Memory seen from a single process by cma
Parent article: The x32 system call ABI
Since the kernel will always be running x64 and using address space well clear of the first 32 bits, 32-bit user programs running on it always have full 4GB available (well, less the first page usually).
If you need more than 4GB, you should compile your program for native 64 bit.
