Revision 6502
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/postgresql.conf | ||
---|---|---|
104 | 104 |
|
105 | 105 |
# - Memory - |
106 | 106 |
|
107 |
# Set to slightly less than SHMMAX = 3.9GB
|
|
107 |
# Must be less than total memory and less than ~95% of SHMMAX
|
|
108 | 108 |
shared_buffers = 3900MB # min 128kB |
109 | 109 |
# (change requires restart) |
110 | 110 |
#temp_buffers = 8MB # min 800kB |
Also available in: Unified diff
schemas/postgresql.conf: shared_buffers: Documented that it must be less than ~95% of SHMMAX