From: Tom Lane Date: Sun, 16 Nov 2003 03:58:16 +0000 (+0000) Subject: Update info about SysV configuration procedures on OS X 10.3. X-Git-Tag: REL7_4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddc0e796af464a804c55ba83df5aaba60c1ccb41;p=postgresql Update info about SysV configuration procedures on OS X 10.3. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 361321b337..746b69ded7 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -3069,9 +3069,9 @@ kernel.shmmax = 134217728 MacOS XIPC configuration - Edit the file - /System/Library/StartupItems/SystemTuning/SystemTuning - and change the following values: + In OS X 10.2 and earlier, edit the file + /System/Library/StartupItems/SystemTuning/SystemTuning + and change the values in the following commands: 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 + In OS X 10.3, these commands have been moved to /etc/rc + and must be edited there.