Skip to content

Commit 0bf5333

Browse files
committed
Remove incorrect statement about IPC configuration on OpenBSD
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>
1 parent e8cb8fd commit 0bf5333

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -944,16 +944,9 @@ option SYSVSEM
944944
option SEMMNI=256
945945
option SEMMNS=512
946946
option SEMMNU=256
947-
option SEMMAP=256
948947
</programlisting>
949948
</para>
950949

951-
<para>
952-
You might also want to configure your kernel to lock shared
953-
memory into RAM and prevent it from being paged out to swap.
954-
This can be accomplished using the <command>sysctl</command>
955-
setting <literal>kern.ipc.shm_use_phys</literal>.
956-
</para>
957950
</listitem>
958951
</varlistentry>
959952

0 commit comments

Comments
 (0)