From: Bruce Momjian Date: Thu, 21 Nov 2002 18:19:51 +0000 (+0000) Subject: Add mention of kern.ipc.shm_use_phys for locking shared memory. X-Git-Tag: REL7_4_BETA1~1519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71f411dd03e9ccb2b69e37fc8b316ed2a65f6e60;p=postgresql Add mention of kern.ipc.shm_use_phys for locking shared memory. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7ecd951a3b..c8a84e1df8 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2607,9 +2607,9 @@ options SEMMAP=256 option singular.) - You may also want to use the sysctl setting to + You might also want to use the sysctl setting to lock shared memory into RAM and prevent it from being paged out - to swap. + to swap, e.g. kern.ipc.shm_use_phys.