Skip to content

Commit 54db851

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 8f2143b commit 54db851

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
@@ -892,16 +892,9 @@ option SYSVSEM
892892
option SEMMNI=256
893893
option SEMMNS=512
894894
option SEMMNU=256
895-
option SEMMAP=256
896895
</programlisting>
897896
</para>
898897

899-
<para>
900-
You might also want to configure your kernel to lock shared
901-
memory into RAM and prevent it from being paged out to swap.
902-
This can be accomplished using the <command>sysctl</command>
903-
setting <literal>kern.ipc.shm_use_phys</literal>.
904-
</para>
905898
</listitem>
906899
</varlistentry>
907900

0 commit comments

Comments
 (0)