Revision 1655
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/postgresql.conf | ||
---|---|---|
104 | 104 |
|
105 | 105 |
# - Memory - |
106 | 106 |
|
107 |
# Set to SHMMAX |
|
108 |
shared_buffers = 4GB # min 128kB
|
|
107 |
# Set to slightly less than SHMMAX
|
|
108 |
shared_buffers = 3.9GB # min 128kB
|
|
109 | 109 |
# (change requires restart) |
110 | 110 |
#temp_buffers = 8MB # min 800kB |
111 | 111 |
#max_prepared_transactions = 0 # zero disables the feature |
Also available in: Unified diff
schemas/postgresql.conf: Decreased shared_buffers to 3.9GB, slightly less than SHMMAX