Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Remove incorrect statement about IPC configuration on OpenBSD
authorMagnus Hagander <magnus@hagander.net>
Fri, 25 May 2018 11:59:50 +0000 (13:59 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 25 May 2018 12:01:12 +0000 (14:01 +0200)
kern.ipc.shm_use_phys is not a sysctl on OpenBSD, and SEMMAP is not
a kernel configuration option. These were probably copy pasteos from
when the documentation had a single paragraph for *BSD.

Author: Daniel Gustafsson <daniel@yesql.se>

doc/src/sgml/runtime.sgml

index 43e12a50126ed2c9e8784ed7c27c5c5eeb29629e..74b55fc21b6fcd0119647fc82fbc94a31bd1571a 100644 (file)
@@ -892,16 +892,9 @@ option        SYSVSEM
 option        SEMMNI=256
 option        SEMMNS=512
 option        SEMMNU=256
-option        SEMMAP=256
 </programlisting>
        </para>
 
-       <para>
-        You might also want to configure your kernel to lock shared
-        memory into RAM and prevent it from being paged out to swap.
-        This can be accomplished using the <command>sysctl</command>
-        setting <literal>kern.ipc.shm_use_phys</literal>.
-       </para>
       </listitem>
      </varlistentry>