Skip to content

Commit 3e0bdfa

Browse files
committed
Document kernel changes needed for BSD/OS 4.3.
1 parent 7f1249a commit 3e0bdfa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 5 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.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>
28392839
options "SHMALL=8192"
28402840
options "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</>

0 commit comments

Comments
 (0)