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:
@ -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)
|
||||
|
Reference in New Issue
Block a user