File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -2583,6 +2583,28 @@ kernel.shmmax = 134217728
2583
2583
</varlistentry>
2584
2584
2585
2585
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
+
2586
2608
<varlistentry>
2587
2609
<term><systemitem class="osname">SCO OpenServer</></term>
2588
2610
<indexterm><primary>SCO OpenServer</></>
You can’t perform that action at this time.
0 commit comments