Revision 1589
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/postgresql.nimoy.conf | ||
---|---|---|
113 | 113 |
# (change requires restart) |
114 | 114 |
# Note: Increasing max_prepared_transactions costs ~600 bytes of shared memory |
115 | 115 |
# per transaction slot, plus lock space (see max_locks_per_transaction). |
116 |
work_mem = 256MB # min 64kB |
|
116 | 117 |
#work_mem = 1MB # min 64kB |
118 |
maintenance_work_mem = 256MB # min 1MB |
|
117 | 119 |
#maintenance_work_mem = 16MB # min 1MB |
118 | 120 |
#max_stack_depth = 2MB # min 100kB |
119 | 121 |
|
Also available in: Unified diff
schemas/postgresql.nimoy.conf: Increased work_mem (for sorting) and maintenance_work_mem (for vacuum)