Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8362be3 commit 71f411dCopy full SHA for 71f411d
doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<Chapter Id="runtime">
@@ -2607,9 +2607,9 @@ options SEMMAP=256
2607
<literal>option</literal> singular.)
2608
</para>
2609
<para>
2610
- You may also want to use the <application>sysctl</> setting to
+ You might also want to use the <application>sysctl</> setting to
2611
lock shared memory into RAM and prevent it from being paged out
2612
- to swap.
+ to swap, e.g. <literal>kern.ipc.shm_use_phys</>.
2613
2614
</listitem>
2615
</varlistentry>
0 commit comments