|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.187 2003/06/25 01:13:24 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.188 2003/06/27 18:20:50 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -2839,14 +2839,15 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
|
2839 | 2839 | options "SHMALL=8192"
|
2840 | 2840 | options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
|
2841 | 2841 | </programlisting>
|
2842 |
| - For those running 4.1 or later, just make the above changes, |
2843 |
| - recompile the kernel, and reboot. |
| 2842 | + For those running 4.3 or later, you will probably need to increase |
| 2843 | + <varname>KERNEL_VIRTUAL_MB</> above the default <literal>248</>. |
| 2844 | + Once all changes have been made, recompile the kernel, and reboot. |
2844 | 2845 | </para>
|
2845 | 2846 | </formalpara>
|
2846 | 2847 |
|
2847 | 2848 | <para>
|
2848 |
| - For those running earlier releases, use <command>bpatch</> to |
2849 |
| - find the <varname>sysptsize</> value in the current |
| 2849 | + For those running4.0 andearlier releases, use <command>bpatch</> |
| 2850 | +tofind the <varname>sysptsize</> value in the current |
2850 | 2851 | kernel. This is computed dynamically at boot time.
|
2851 | 2852 | <screen>
|
2852 | 2853 | $ <userinput>bpatch -r sysptsize</>
|
|