Skip to content

Commit 5c2e68b

Browse files
committed
Fix misspelling of sysctl, per Stefan Hans.
1 parent 8ba5169 commit 5c2e68b

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/02 19: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy