* cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.

This commit is contained in:
Corinna Vinschen
2004-07-26 09:31:07 +00:00
parent dcbe26ba3c
commit 3bf0227220
2 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,8 @@
# XSI shared memory parameters
# kern.ipc.shmmaxpgs: Maximum pages available for XSI shared memory.
# Changing shmmaxpgs immediately affects setting SHMMAX. The relation
# between shmmaxpgs and SHMMAX is: SHMMAX = shmmaxpgs * getpagesize().
# Default: 8192, Min: 1, Max: 32767
#kern.ipc.shmmaxpgs 8192