|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.162 2002/12/06 05:18:57 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.163 2002/12/09 21:03:30 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -2682,22 +2682,22 @@ kernel.shmmax = 134217728 |
2682 | 2682 |
|
2683 | 2683 |
|
2684 | 2684 | <varlistentry> |
2685 | | - <term><systemitem class="osname">OS/X</></term> |
2686 | | - <indexterm><primary>OS/X</></> |
| 2685 | + <term><systemitem class="osname">MacOSX</></term> |
| 2686 | + <indexterm><primary>MacOSX</></> |
2687 | 2687 | <listitem> |
2688 | 2688 | <para> |
2689 | 2689 | Edit the file |
2690 | 2690 | <filename>/System/Library/StartupItems/SystemTuning/SystemTuning |
2691 | | - </> andedit the following values: |
| 2691 | + </> andchange the following values: |
2692 | 2692 | <programlisting> |
2693 | 2693 | sysctl -w kern.sysv.shmmax |
2694 | 2694 | sysctl -w kern.sysv.shmmin |
2695 | 2695 | sysctl -w kern.sysv.shmmni |
2696 | 2696 | sysctl -w kern.sysv.shmseg |
2697 | 2697 | sysctl -w kern.sysv.shmall |
2698 | 2698 | </programlisting> |
2699 | | - These values have the same meanings onOS/X as those listed for |
2700 | | - previous operating systems. |
| 2699 | + These values have the same meanings on<productname>MacOS</> X |
| 2700 | +as those listed forprevious operating systems. |
2701 | 2701 | </para> |
2702 | 2702 | </listitem> |
2703 | 2703 | </varlistentry> |
|