From: Bruce Momjian Date: Tue, 5 Nov 2002 23:17:45 +0000 (+0000) Subject: Add OS/X kernel tuning section. X-Git-Tag: REL7_3~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e7f91e37ac17d234fce289162dffac9a3ff4d39;p=postgresql Add OS/X kernel tuning section. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 5d779f520b..604434b830 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2583,6 +2583,28 @@ kernel.shmmax = 134217728 + + OS/X + OS/X + + + Edit the file + /System/Library/StartupItems/SystemTuning/SystemTuning + and edit the following values: + +sysctl -w kern.sysv.shmmax +sysctl -w kern.sysv.shmmin +sysctl -w kern.sysv.shmmni +sysctl -w kern.sysv.shmseg +sysctl -w kern.sysv.shmall + + These values have the same meanings on OS/X as those listed for + previous operating systems. + + + + + SCO OpenServer SCO OpenServer