Function procfs::sys::kernel::shmmax[][src]

pub fn shmmax() -> ProcResult<u64>
Expand description

Returns the limit on the maximum (System V IPC) shared memory segment size that can be created. The value defaults to SHMMAX

See also set_shmmax

This is taken from /proc/sys/kernel/shmmax