File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.147 2002/11/03 01:31:32 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.148 2002/11/05 23:16:56 momjian Exp $
33-->
44
55<Chapter Id="runtime">
@@ -2583,6 +2583,28 @@ kernel.shmmax = 134217728
25832583 </varlistentry>
25842584
25852585
2586+ <varlistentry>
2587+ <term><systemitem class="osname">OS/X</></term>
2588+ <indexterm><primary>OS/X</></>
2589+ <listitem>
2590+ <para>
2591+ Edit the file
2592+ <filename>/System/Library/StartupItems/SystemTuning/SystemTuning
2593+ </> and edit the following values:
2594+ <programlisting>
2595+ sysctl -w kern.sysv.shmmax
2596+ sysctl -w kern.sysv.shmmin
2597+ sysctl -w kern.sysv.shmmni
2598+ sysctl -w kern.sysv.shmseg
2599+ sysctl -w kern.sysv.shmall
2600+ </programlisting>
2601+ These values have the same meanings on OS/X as those listed for
2602+ previous operating systems.
2603+ </para>
2604+ </listitem>
2605+ </varlistentry>
2606+
2607+
25862608 <varlistentry>
25872609 <term><systemitem class="osname">SCO OpenServer</></term>
25882610 <indexterm><primary>SCO OpenServer</></>
You can’t perform that action at this time.
0 commit comments