1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-07 11:02:12 +03:00

More comment cleanups for shared_buffers in postgresql.conf.

This commit is contained in:
Bruce Momjian 2003-01-15 20:50:18 +00:00
parent 430fd35368
commit 1fb7158124

View File

@ -49,7 +49,7 @@
#
# Shared Memory Size
#
#shared_buffers = 64 # min 2*max_connections or 16, 8KB each
#shared_buffers = 64 # min max_connections*2 or 16, 8KB each
#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