diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-06-27 18:20:50 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-06-27 18:20:50 +0000 |
| commit | 3e0bdfadc354fe3710a5ea1281b6c813c8ffee33 (patch) | |
| tree | c6229debe13bd6d59cb538ac5b9172a7aebd1807 /doc/src | |
| parent | 7f1249a8d2003fb0ad449381a6ee335a368bf020 (diff) | |
Document kernel changes needed for BSD/OS 4.3.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6192eea6450..2cc2400a5c5 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.187 2003/06/25 01:13:24 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.188 2003/06/27 18:20:50 momjian Exp $ --> <Chapter Id="runtime"> @@ -2839,14 +2839,15 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput> options "SHMALL=8192" options "SHMMAX=\(SHMALL*PAGE_SIZE\)" </programlisting> - For those running 4.1 or later, just make the above changes, - recompile the kernel, and reboot. + For those running 4.3 or later, you will probably need to increase + <varname>KERNEL_VIRTUAL_MB</> above the default <literal>248</>. + Once all changes have been made, recompile the kernel, and reboot. </para> </formalpara> <para> - For those running earlier releases, use <command>bpatch</> to - find the <varname>sysptsize</> value in the current + For those running 4.0 and earlier releases, use <command>bpatch</> + to find the <varname>sysptsize</> value in the current kernel. This is computed dynamically at boot time. <screen> $ <userinput>bpatch -r sysptsize</> |
