mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Update postgresql.conf.sample comment for bgwriter_lru_maxpages
Commit 14ca9abfbe
should have done
this, but did not.
Jeff Janes
Discussion: http://postgr.es/m/CAMkU=1yWOvL+YFYzGM9yXSoWjxr_5_Ny78pPzLKQCkfgB7H-JQ@mail.gmail.com
This commit is contained in:
@ -153,7 +153,7 @@
|
|||||||
# - Background Writer -
|
# - Background Writer -
|
||||||
|
|
||||||
#bgwriter_delay = 200ms # 10-10000ms between rounds
|
#bgwriter_delay = 200ms # 10-10000ms between rounds
|
||||||
#bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round
|
#bgwriter_lru_maxpages = 100 # max buffers written/round, 0 disables
|
||||||
#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round
|
#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round
|
||||||
#bgwriter_flush_after = 0 # measured in pages, 0 disables
|
#bgwriter_flush_after = 0 # measured in pages, 0 disables
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user