1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Trivial patch to increase max_fsm_pages as per earlier discussion.

Philip Warner
This commit is contained in:
Bruce Momjian
2002-12-27 14:06:34 +00:00
parent 7288439999
commit 9a39ba4b0f
3 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@
# Shared Memory Size
#
#shared_buffers = 64 # 2*max_connections, min 16, typically 8KB each
#max_fsm_relations = 100 # min 10, fsm is free space map, ~40 bytes
#max_fsm_relations = 1000 # min 10, fsm is free space map, ~40 bytes
#max_fsm_pages = 10000 # min 1000, fsm is free space map, ~6 bytes
#max_locks_per_transaction = 64 # min 10
#wal_buffers = 8 # min 4, typically 8KB each