Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f65ebad

Browse files
committed
Update bsdi faq.
1 parent d50f3cb commit f65ebad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/FAQ_BSDI

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ to your /etc/login.conf file.
2222
mind that shared memory is not pageable. It is locked in RAM.
2323

2424
To increase the number of buffers supported by the postmaseter, add the
25-
following to your kernel config file. A SHMMAXPGS value of 1024
25+
following to your kernel config file. A SHMALL value of 1024
2626
represents 4MB of shared memory. Increase it accordingly:
2727

28-
options "SHMMAXPGS=4096"
29-
30-
The default is 1024 which allows a maximum of 4MB of shared memory.
28+
options "SHMALL=4096"
29+
options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
3130

3231
For those running 4.1 or later, just recompile the kernel and reboot.
3332
For those running earlier releases, see step 2b.

0 commit comments

Comments
 (0)