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

Commit5c2e68b

Browse files
committed
Fix misspelling of sysctl, per Stefan Hans.
1 parent8ba5169 commit5c2e68b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.305 2005/02/26 23:19:05 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.306 2005/03/0219:58:54 tgl Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -4360,9 +4360,9 @@ options "SEMMNS=240"
43604360
<command>loader</command> interfaces. The following
43614361
parameters can be set using <command>sysctl</command>:
43624362
<screen>
4363-
<prompt>$</prompt> <userinput>systcl -w kern.ipc.shmall=32768</userinput>
4364-
<prompt>$</prompt> <userinput>systcl -w kern.ipc.shmmax=134217728</userinput>
4365-
<prompt>$</prompt> <userinput>systcl -w kern.ipc.semmap=256</userinput>
4363+
<prompt>$</prompt> <userinput>sysctl -w kern.ipc.shmall=32768</userinput>
4364+
<prompt>$</prompt> <userinput>sysctl -w kern.ipc.shmmax=134217728</userinput>
4365+
<prompt>$</prompt> <userinput>sysctl -w kern.ipc.semmap=256</userinput>
43664366
</screen>
43674367
To have these settings persist over reboots, modify
43684368
<filename>/etc/sysctl.conf</filename>.
@@ -4466,8 +4466,8 @@ option SEMMAP=256
44664466
and explicitly set the maximum total shared memory size to 2097152
44674467
pages (the default):
44684468
<screen>
4469-
<prompt>$</prompt> <userinput>systcl -w kernel.shmmax=134217728</userinput>
4470-
<prompt>$</prompt> <userinput>systcl -w kernel.shmall=2097152</userinput>
4469+
<prompt>$</prompt> <userinput>sysctl -w kernel.shmmax=134217728</userinput>
4470+
<prompt>$</prompt> <userinput>sysctl -w kernel.shmall=2097152</userinput>
44714471
</screen>
44724472
In addition these settings can be saved between reboots in
44734473
<filename>/etc/sysctl.conf.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp