From 5c2e68ba6b8e77fe6960445c8499e5caa293e1f6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 2 Mar 2005 19:58:54 +0000 Subject: [PATCH] Fix misspelling of sysctl, per Stefan Hans. --- doc/src/sgml/runtime.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 3ae948e258..63442bb38b 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -4360,9 +4360,9 @@ options "SEMMNS=240" loader interfaces. The following parameters can be set using sysctl: -$ systcl -w kern.ipc.shmall=32768 -$ systcl -w kern.ipc.shmmax=134217728 -$ systcl -w kern.ipc.semmap=256 +$ sysctl -w kern.ipc.shmall=32768 +$ sysctl -w kern.ipc.shmmax=134217728 +$ sysctl -w kern.ipc.semmap=256 To have these settings persist over reboots, modify /etc/sysctl.conf. @@ -4466,8 +4466,8 @@ option SEMMAP=256 and explicitly set the maximum total shared memory size to 2097152 pages (the default): -$ systcl -w kernel.shmmax=134217728 -$ systcl -w kernel.shmall=2097152 +$ sysctl -w kernel.shmmax=134217728 +$ sysctl -w kernel.shmall=2097152 In addition these settings can be saved between reboots in /etc/sysctl.conf.