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:01:03 +0200 |
commit | 5671e28586753c1618bb279d39ace7b55258b2ec (patch) | |
tree | 9540b6e5ddc67abd8bc926c96f1320d1dc5547ae /doc/src | |
parent | ad73c07b4457d8ebd2eaaa451b1aaacc624ad6ee (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>
Diffstat (limited to 'doc/src')
-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 2086c05262d..31f86b0c6fd 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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> |