Commit 71f411dd authored by Bruce Momjian's avatar Bruce Momjian

Add mention of kern.ipc.shm_use_phys for locking shared memory.

parent 8362be35
<!-- <!--
$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"> <Chapter Id="runtime">
...@@ -2607,9 +2607,9 @@ options SEMMAP=256 ...@@ -2607,9 +2607,9 @@ options SEMMAP=256
<literal>option</literal> singular.) <literal>option</literal> singular.)
</para> </para>
<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 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment