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

Modify max_fsm_pages in postgresql.conf.sample to show a typical value,

rather than a value too high.
This commit is contained in:
Bruce Momjian
2007-01-20 17:04:58 +00:00
parent 4945a8fad4
commit f5f9577e50
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@
# - Free Space Map -
#max_fsm_pages = 1638400 # min max_fsm_relations*16, 6 bytes each
#max_fsm_pages = 204800 # min max_fsm_relations*16, 6 bytes each
# (change requires restart)
#max_fsm_relations = 1000 # min 100, ~70 bytes each
# (change requires restart)