diff options
author | Bruce Momjian | 2001-02-16 19:43:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-16 19:43:52 +0000 |
commit | 64a1b6263db10d1241c23a9398d6ab1f017057de (patch) | |
tree | a964bf56fc85309e0514c1f1b43aeb1e71e48a05 /doc/FAQ_BSDI | |
parent | 88c55990ce5570b149379b34e70b936215ef3882 (diff) |
Update bsdi shared memory stuff.
Diffstat (limited to 'doc/FAQ_BSDI')
-rw-r--r-- | doc/FAQ_BSDI | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/FAQ_BSDI b/doc/FAQ_BSDI index d6c55f827d0..030beb6fe84 100644 --- a/doc/FAQ_BSDI +++ b/doc/FAQ_BSDI @@ -21,6 +21,14 @@ to your /etc/login.conf file. 2a) By default, only 4MB of shared memory is supported by BSDI. Keep in mind that shared memory is not pageable. It is locked in RAM. +The shared memory parameters are: + +#define SHMMAX /* max shared memory segment size (bytes) */ +#define SHMMIN /* min shared memory segment size (bytes) */ +#define SHMMNI /* max number of shared memory identifiers */ +#define SHMSEG /* max shared memory segments per process */ +#define SHMALL /* max amount of shared memory (pages) */ + To increase the number of buffers supported by the postmaseter, add the following to your kernel config file. A SHMALL value of 1024 represents 4MB of shared memory. Increase it accordingly: |