diff options
| author | Tom Lane | 2003-11-16 03:58:16 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-11-16 03:58:16 +0000 |
| commit | ddc0e796af464a804c55ba83df5aaba60c1ccb41 (patch) | |
| tree | fe40a9ef8b1f685a1759ca0fa11bc039856d45aa /doc/src | |
| parent | 6906a2a5100e26f10334e14719b51c85e245901f (diff) | |
Update info about SysV configuration procedures on OS X 10.3.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 361321b3378..746b69ded7f 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.215.2.3 2003/11/16 03:38:41 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.215.2.4 2003/11/16 03:58:16 tgl Exp $ --> <Chapter Id="runtime"> @@ -3069,9 +3069,9 @@ kernel.shmmax = 134217728 <indexterm><primary>MacOS X</><secondary>IPC configuration</></> <listitem> <para> - Edit the file - <filename>/System/Library/StartupItems/SystemTuning/SystemTuning - </> and change the following values: + In OS X 10.2 and earlier, edit the file + <filename>/System/Library/StartupItems/SystemTuning/SystemTuning</> + and change the values in the following commands: <programlisting> sysctl -w kern.sysv.shmmax sysctl -w kern.sysv.shmmin @@ -3079,6 +3079,8 @@ sysctl -w kern.sysv.shmmni sysctl -w kern.sysv.shmseg sysctl -w kern.sysv.shmall </programlisting> + In OS X 10.3, these commands have been moved to <filename>/etc/rc</> + and must be edited there. </para> </listitem> </varlistentry> |
