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

Commitd50f3cb

Browse files
committed
Update bsdi faq.
1 parentb29f68f commitd50f3cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎doc/FAQ_BSDI

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ to your /etc/login.conf file.
2121
2a) By default, only 4MB of shared memory is supported by BSDI. Keep in
2222
mind that shared memory is not pageable. It is locked in RAM.
2323

24-
To increase the number of buffers supported by the postmaseter, increase
25-
SHMMAXPGS by 1024 for every additional 4MB of shared memory:
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
26+
represents 4MB of shared memory. Increase it accordingly:
2627

27-
/sys/sys/shm.h:69:#defineSHMMAXPGS 1024 /* max hardware pages...
28+
options "SHMMAXPGS=4096"
2829

29-
The defaultsetting of1024is for a maximum of 4MB of shared memory.
30+
The defaultis1024which allows a maximum of 4MB of shared memory.
3031

3132
For those running 4.1 or later, just recompile the kernel and reboot.
3233
For those running earlier releases, see step 2b.
@@ -42,7 +43,7 @@ the current kernel. This is computed dynamically at bootup.
4243
Next, change SYSPTSIZE to a hard-coded value. Use the bpatch value,
4344
plus add 1 for every additional 4MB of shared memory you desire.
4445

45-
/sys/i386/i386/i386_param.c:28:#defineSYSPTSIZE 0 /* dynamically...
46+
options "SYSPTSIZE=13"
4647

4748
sysptsize can not be changed by sysctl on the fly.
4849

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp