aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-02-16 00:46:21 +0000
committerBruce Momjian <bruce@momjian.us>2001-02-16 00:46:21 +0000
commitf65ebaddb47a0ebeb6993cbe2d6c69208b3e04f3 (patch)
tree8be21f6112b71a13e727fb1dac25ba3c8a2a62c3
parentd50f3cb9eb334a3d691effd3698353db481c2d37 (diff)
downloadpostgresql-f65ebaddb47a0ebeb6993cbe2d6c69208b3e04f3.tar.gz
postgresql-f65ebaddb47a0ebeb6993cbe2d6c69208b3e04f3.zip
Update bsdi faq.
-rw-r--r--doc/FAQ_BSDI7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/FAQ_BSDI b/doc/FAQ_BSDI
index f56c55c710a..09abb57d099 100644
--- a/doc/FAQ_BSDI
+++ b/doc/FAQ_BSDI
@@ -22,12 +22,11 @@ to your /etc/login.conf file.
mind that shared memory is not pageable. It is locked in RAM.
To increase the number of buffers supported by the postmaseter, add the
-following to your kernel config file. A SHMMAXPGS value of 1024
+following to your kernel config file. A SHMALL value of 1024
represents 4MB of shared memory. Increase it accordingly:
-options "SHMMAXPGS=4096"
-
-The default is 1024 which allows a maximum of 4MB of shared memory.
+options "SHMALL=4096"
+options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
For those running 4.1 or later, just recompile the kernel and reboot.
For those running earlier releases, see step 2b.