From: Robert Haas Date: Fri, 17 Nov 2017 19:52:00 +0000 (-0500) Subject: Update postgresql.conf.sample comment for bgwriter_lru_maxpages X-Git-Tag: REL_11_BETA1~1208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=611fe7d4793ba6516e839dc50b5319b990283f4f;p=thirdparty%2Fpostgresql.git Update postgresql.conf.sample comment for bgwriter_lru_maxpages Commit 14ca9abfbe4643408ad6ed3279f2f6366cafb3f1 should have done this, but did not. Jeff Janes Discussion: http://postgr.es/m/CAMkU=1yWOvL+YFYzGM9yXSoWjxr_5_Ny78pPzLKQCkfgB7H-JQ@mail.gmail.com --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 7f942ccb38a..16ffbbeea81 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -153,7 +153,7 @@ # - Background Writer - #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_flush_after = 0 # measured in pages, 0 disables