Re: [BUGS] [pgsql-www] Fw: typos in the docu -
03-02-2005
, 01:11 PM
--Boundary-00=_38gJC4OakoNwe2a
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
patch attached.
---------- Forwarded Message ----------
Subject: [pgsql-www] Fw: typos in the docu
Date: Wednesday 02 March 2005 12:44
From: "Stefan Hans" <shans (AT) tanagra (DOT) de>
To: <pgsql-www (AT) postgresql (DOT) org>
----- Original Message -----
From: Stefan Hans
To: pgsql-bugs (AT) postgresql (DOT) org
Sent: Wednesday, March 02, 2005 6:35 PM
Subject: typos in the docu
http://developer.postgresql.org/docs...resources.html
16.5.1
"FreeBSD"
....
$ systcl -w kern.ipc.shmall=32768
$ systcl -w kern.ipc.shmmax=134217728
$ systcl -w kern.ipc.semmap=256
"Linux"
....
$ systcl -w kernel.shmmax=134217728
$ systcl -w kernel.shmall=2097152
systcl is wrong sysctl notStefan
-------------------------------------------------------
--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
--Boundary-00=_38gJC4OakoNwe2a
Content-Type: text/x-diff;
charset="utf-8";
name="runtime.sgml.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="runtime.sgml.patch"
Index: runtime.sgml
================================================== =================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.305
diff -c -r1.305 runtime.sgml
*** runtime.sgml 26 Feb 2005 23:19:05 -0000 1.305
--- runtime.sgml 2 Mar 2005 19:05:15 -0000
***************
*** 4360,4368 ****
<command>loader</command> interfaces. The following
parameters can be set using <command>sysctl</command>:
<screen>
! <prompt>$</prompt> <userinput>systcl -w kern.ipc.shmall=32768</userinput>
! <prompt>$</prompt> <userinput>systcl -w kern.ipc.shmmax=134217728</userinput>
! <prompt>$</prompt> <userinput>systcl -w kern.ipc.semmap=256</userinput>
</screen>
To have these settings persist over reboots, modify
<filename>/etc/sysctl.conf</filename>.
--- 4360,4368 ----
<command>loader</command> interfaces. The following
parameters can be set using <command>sysctl</command>:
<screen>
! <prompt>$</prompt> <userinput>sysctl -w kern.ipc.shmall=32768</userinput>
! <prompt>$</prompt> <userinput>sysctl -w kern.ipc.shmmax=134217728</userinput>
! <prompt>$</prompt> <userinput>sysctl -w kern.ipc.semmap=256</userinput>
</screen>
To have these settings persist over reboots, modify
<filename>/etc/sysctl.conf</filename>.
***************
*** 4466,4473 ****
and explicitly set the maximum total shared memory size to 2097152
pages (the default):
<screen>
! <prompt>$</prompt> <userinput>systcl -w kernel.shmmax=134217728</userinput>
! <prompt>$</prompt> <userinput>systcl -w kernel.shmall=2097152</userinput>
</screen>
In addition these settings can be saved between reboots in
<filename>/etc/sysctl.conf.
--- 4466,4473 ----
and explicitly set the maximum total shared memory size to 2097152
pages (the default):
<screen>
! <prompt>$</prompt> <userinput>sysctl -w kernel.shmmax=134217728</userinput>
! <prompt>$</prompt> <userinput>sysctl -w kernel.shmall=2097152</userinput>
</screen>
In addition these settings can be saved between reboots in
<filename>/etc/sysctl.conf.
--Boundary-00=_38gJC4OakoNwe2a
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
--Boundary-00=_38gJC4OakoNwe2a-- |