Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf65ebad

Browse files
committed
Update bsdi faq.
1 parentd50f3cb commitf65ebad

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. ASHMMAXPGS value of 1024
25+
following to your kernel config file. ASHMALL 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)

[8]ページ先頭

©2009-2025 Movatter.jp