1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00

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>
This commit is contained in:
Magnus Hagander 2018-05-25 13:59:50 +02:00
parent 8f2143bc8f
commit 54db851b77

View File

@ -892,16 +892,9 @@ option SYSVSEM
option SEMMNI=256 option SEMMNI=256
option SEMMNS=512 option SEMMNS=512
option SEMMNU=256 option SEMMNU=256
option SEMMAP=256
</programlisting> </programlisting>
</para> </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> </listitem>
</varlistentry> </varlistentry>