* bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed as
bool parameter. * cygserver.conf: Add a description for the kern.ipc.shm_allow_removed parameter. * sysv_shm.cc (shminit): Set shm_allow_removed variable according to kern.ipc.shm_allow_removed setting.
This commit is contained in:
@ -139,3 +139,9 @@
|
||||
# kern.ipc.shmseg: Maximum number of shared memory segments per process.
|
||||
# Default: 128, Min: 1, Max: 32767
|
||||
#kern.ipc.shmseg 128
|
||||
|
||||
# kern.ipc.shm_allow_removed: Determines whether a process is allowed to
|
||||
# attach to a shared memory segment (using the shmat call) after a successful
|
||||
# call to shmctl(IPC_RMID). This is a Linux-specific, and therefore
|
||||
# non-portable feature. Use with care. Default is "no".
|
||||
#kern.ipc.shm_allow_removed no
|
||||
|
Reference in New Issue
Block a user