diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-11-21 18:19:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-11-21 18:19:51 +0000 |
commit | 71f411dd03e9ccb2b69e37fc8b316ed2a65f6e60 (patch) | |
tree | 8b2ca40988c931ae7f8afb53ad41a6059bb777e0 /doc/src | |
parent | 8362be35e82574801113a7fe4dfdc3037010fc04 (diff) | |
download | postgresql-71f411dd03e9ccb2b69e37fc8b316ed2a65f6e60.tar.gz postgresql-71f411dd03e9ccb2b69e37fc8b316ed2a65f6e60.zip |
Add mention of kern.ipc.shm_use_phys for locking shared memory.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7ecd951a3b9..c8a84e1df8b 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.158 2002/11/21 06:36:08 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.159 2002/11/21 18:19:51 momjian Exp $ --> <Chapter Id="runtime"> @@ -2607,9 +2607,9 @@ options SEMMAP=256 <literal>option</literal> singular.) </para> <para> - You may also want to use the <application>sysctl</> setting to + You might also want to use the <application>sysctl</> setting to lock shared memory into RAM and prevent it from being paged out - to swap. + to swap, e.g. <literal>kern.ipc.shm_use_phys</>. </para> </listitem> </varlistentry> |