File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<!--
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 $
33-->
44
55<Chapter Id="runtime">
@@ -2839,14 +2839,15 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
28392839options "SHMALL=8192"
28402840options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
28412841</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.
28442845 </para>
28452846 </formalpara>
28462847
28472848 <para>
2848- For those running earlier releases, use <command>bpatch</> to
2849- find the <varname>sysptsize</> value in the current
2849+ For those running 4.0 and earlier releases, use <command>bpatch</>
2850+ to find the <varname>sysptsize</> value in the current
28502851 kernel. This is computed dynamically at boot time.
28512852<screen>
28522853$ <userinput>bpatch -r sysptsize</>
You can’t perform that action at this time.
0 commit comments