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

Commit 77015b5

Browse files
committed
vacuum_cost_limit has a minimum value of 1, not zero; update
postgresql.conf comment to match.
1 parent a9742f1 commit 77015b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
#vacuum_cost_page_hit = 1 # 0-10000 credits
135135
#vacuum_cost_page_miss = 10 # 0-10000 credits
136136
#vacuum_cost_page_dirty = 20 # 0-10000 credits
137-
#vacuum_cost_limit = 200 # 0-10000 credits
137+
#vacuum_cost_limit = 200 # 1-10000 credits
138138

139139
# - Background Writer -
140140

0 commit comments

Comments
 (0)