diff options
| author | Magnus Hagander | 2018-05-25 11:59:50 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2018-05-25 12:01:22 +0000 |
| commit | 60242ebcfeae015462d5539d41c12b40fcad3045 (patch) | |
| tree | ec0267932bc9cc508d00463d6508367b7a466fd4 | |
| parent | cbb37b2e1fbe311c9fc7886ce0342fbc86e80840 (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 406b2656900..617a875b9bd 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -889,16 +889,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> |
