diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-05-25 13:59:50 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-05-25 14:00:54 +0200 |
commit | de1593d45587988f6e2450e78d623718df3e085e (patch) | |
tree | 94796e1058380705ce3ba991550f29dbd216c6b3 | |
parent | 3d3165210dccff489e3082b96f4b5c0d4ade37ff (diff) |
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>
-rw-r--r-- | doc/src/sgml/runtime.sgml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index aa313c9636d..89c3f4d7d80 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -927,16 +927,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> |