mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Update bsdi faq.
This commit is contained in:
parent
d50f3cb9eb
commit
f65ebaddb4
@ -22,12 +22,11 @@ to your /etc/login.conf file.
|
|||||||
mind that shared memory is not pageable. It is locked in RAM.
|
mind that shared memory is not pageable. It is locked in RAM.
|
||||||
|
|
||||||
To increase the number of buffers supported by the postmaseter, add the
|
To increase the number of buffers supported by the postmaseter, add the
|
||||||
following to your kernel config file. A SHMMAXPGS value of 1024
|
following to your kernel config file. A SHMALL value of 1024
|
||||||
represents 4MB of shared memory. Increase it accordingly:
|
represents 4MB of shared memory. Increase it accordingly:
|
||||||
|
|
||||||
options "SHMMAXPGS=4096"
|
options "SHMALL=4096"
|
||||||
|
options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
|
||||||
The default is 1024 which allows a maximum of 4MB of shared memory.
|
|
||||||
|
|
||||||
For those running 4.1 or later, just recompile the kernel and reboot.
|
For those running 4.1 or later, just recompile the kernel and reboot.
|
||||||
For those running earlier releases, see step 2b.
|
For those running earlier releases, see step 2b.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user