Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit edc2135

Browse files
committed
Update info about SysV configuration procedures on OS X 10.3.
1 parent ffce57d commit edc2135

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.219 2003/11/16 03:38:34 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.220 2003/11/16 03:58:10 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -3071,16 +3071,18 @@ kernel.shmmax = 134217728
30713071
<indexterm><primary>MacOS X</><secondary>IPC configuration</></>
30723072
<listitem>
30733073
<para>
3074-
Edit the file
3075-
<filename>/System/Library/StartupItems/SystemTuning/SystemTuning
3076-
</> and change the following values:
3074+
In OS X 10.2 and earlier, edit the file
3075+
<filename>/System/Library/StartupItems/SystemTuning/SystemTuning</>
3076+
and change the values in the following commands:
30773077
<programlisting>
30783078
sysctl -w kern.sysv.shmmax
30793079
sysctl -w kern.sysv.shmmin
30803080
sysctl -w kern.sysv.shmmni
30813081
sysctl -w kern.sysv.shmseg
30823082
sysctl -w kern.sysv.shmall
30833083
</programlisting>
3084+
In OS X 10.3, these commands have been moved to <filename>/etc/rc</>
3085+
and must be edited there.
30843086
</para>
30853087
</listitem>
30863088
</varlistentry>

0 commit comments

Comments
 (0)