|
1 | 1 | <!-- |
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 $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -3071,16 +3071,18 @@ kernel.shmmax = 134217728 |
3071 | 3071 | <indexterm><primary>MacOS X</><secondary>IPC configuration</></> |
3072 | 3072 | <listitem> |
3073 | 3073 | <para> |
3074 | | -Edit the file |
3075 | | - <filename>/System/Library/StartupItems/SystemTuning/SystemTuning |
3076 | | - </> and changethe followingvalues: |
| 3074 | +In OS X 10.2 and earlier, edit the file |
| 3075 | + <filename>/System/Library/StartupItems/SystemTuning/SystemTuning</> |
| 3076 | +and change the values inthe followingcommands: |
3077 | 3077 | <programlisting> |
3078 | 3078 | sysctl -w kern.sysv.shmmax |
3079 | 3079 | sysctl -w kern.sysv.shmmin |
3080 | 3080 | sysctl -w kern.sysv.shmmni |
3081 | 3081 | sysctl -w kern.sysv.shmseg |
3082 | 3082 | sysctl -w kern.sysv.shmall |
3083 | 3083 | </programlisting> |
| 3084 | + In OS X 10.3, these commands have been moved to <filename>/etc/rc</> |
| 3085 | +and must be edited there. |
3084 | 3086 | </para> |
3085 | 3087 | </listitem> |
3086 | 3088 | </varlistentry> |
|