Revision 8609
Added by Aaron Marcuse-Kubitza over 11 years ago
postgresql.conf | ||
---|---|---|
105 | 105 |
# - Memory - |
106 | 106 |
|
107 | 107 |
# Must be less than total memory and less than ~95% of SHMMAX |
108 |
shared_buffers = 3900MB # min 128kB |
|
108 |
# 32-bit Linux (e.g. Ubuntu VM) may support less: |
|
109 |
# http://www.postgresql.org/message-id/27470.1323837026@sss.pgh.pa.us |
|
110 |
shared_buffers = 2800MB # min 128kB |
|
109 | 111 |
# (change requires restart) |
110 | 112 |
#temp_buffers = 8MB # min 800kB |
111 | 113 |
#max_prepared_transactions = 0 # zero disables the feature |
Also available in: Unified diff
schemas/postgresql.conf: shared_buffers: reduced to work in Ubuntu VM