8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50f3cb commit f65ebadCopy full SHA for f65ebad
doc/FAQ_BSDI
@@ -22,12 +22,11 @@ to your /etc/login.conf file.
22
mind that shared memory is not pageable. It is locked in RAM.
23
24
To increase the number of buffers supported by the postmaseter, add the
25
-following to your kernel config file. A SHMMAXPGS value of 1024
+following to your kernel config file. A SHMALL value of 1024
26
represents 4MB of shared memory. Increase it accordingly:
27
28
-options "SHMMAXPGS=4096"
29
-
30
-The default is 1024 which allows a maximum of 4MB of shared memory.
+options "SHMALL=4096"
+options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
31
32
For those running 4.1 or later, just recompile the kernel and reboot.
33
For those running earlier releases, see step 2b.
0 commit comments