Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 611fe7d

Browse files
committed
Update postgresql.conf.sample comment for bgwriter_lru_maxpages
Commit 14ca9ab should have done this, but did not. Jeff Janes Discussion: http://postgr.es/m/CAMkU=1yWOvL+YFYzGM9yXSoWjxr_5_Ny78pPzLKQCkfgB7H-JQ@mail.gmail.com
1 parent 5278786 commit 611fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
# - Background Writer -
154154

155155
#bgwriter_delay = 200ms # 10-10000ms between rounds
156-
#bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round
156+
#bgwriter_lru_maxpages = 100 # max buffers written/round, 0 disables
157157
#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round
158158
#bgwriter_flush_after = 0 # measured in pages, 0 disables
159159

0 commit comments

Comments
 (0)