Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit de1593d

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 3d31652 commit de1593d

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
@@ -927,16 +927,9 @@ option SYSVSEM
927927
option SEMMNI=256
928928
option SEMMNS=512
929929
option SEMMNU=256
930-
option SEMMAP=256
931930
</programlisting>
932931
</para>
933932

934-
<para>
935-
You might also want to configure your kernel to lock shared
936-
memory into RAM and prevent it from being paged out to swap.
937-
This can be accomplished using the <command>sysctl</command>
938-
setting <literal>kern.ipc.shm_use_phys</literal>.
939-
</para>
940933
</listitem>
941934
</varlistentry>
942935

0 commit comments

Comments
 (0)