Thursday, October 13, 2016

what is the maximum value of SHMMAX for a 32-bit Linux Linux system

The maximum size of a shared memory segment is limited by the size of the available user address space. On 32-bit systems, this is a theoretical 4GB. The maximum possible value for SHMMAX is just less than 4Gb, or 4294967295.

No comments:

Post a Comment