Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbdd62aa

Browse files
committed
Update SysV parameter configuration documentation for FreeBSD.
FreeBSD hasn't made any use of kern.ipc.semmap since 1.1, and newerreleases reject attempts to set it altogether; so stop recommendingthat it be adjusted. Per bug #11161.Back-patch to all supported branches. Before 9.3, also incorporatecommit7a42dff, which touches the same text and for some reasonwas not back-patched at the time.
1 parent4f292b5 commitbdd62aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/runtime.sgml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,14 +745,13 @@ psql: could not connect to server: No such file or directory
745745
<screen>
746746
<prompt>#</prompt> <userinput>sysctl kern.ipc.shmall=32768</userinput>
747747
<prompt>#</prompt> <userinput>sysctl kern.ipc.shmmax=134217728</userinput>
748-
<prompt>#</prompt> <userinput>sysctl kern.ipc.semmap=256</userinput>
749748
</screen>
750-
Tohave these settings persist over reboots, modify
749+
Tomake these settings persist over reboots, modify
751750
<filename>/etc/sysctl.conf</filename>.
752751
</para>
753752

754753
<para>
755-
The remainingsemaphore settings are read-only as far as
754+
Thesesemaphore-related settings are read-only as far as
756755
<command>sysctl</command> is concerned, but can be set in
757756
<filename>/boot/loader.conf</filename>:
758757
<programlisting>
@@ -761,7 +760,10 @@ kern.ipc.semmns=512
761760
kern.ipc.semmnu=256
762761
</programlisting>
763762
After modifying these values a reboot is required for the new
764-
settings to take affect.
763+
settings to take effect.
764+
(Note: FreeBSD does not use <varname>SEMMAP</>. Older versions
765+
would accept but ignore a setting for <literal>kern.ipc.semmap</>;
766+
newer versions reject it altogether.)
765767
</para>
766768

767769
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp