postgresql_server: increase autovacuum_freeze_max_age to avoid autovaccum locking the buildroot_listing table (for a while more)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
91393dbc65
commit
fd6a78e876
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ autovacuum_analyze_threshold = 50 # min number of row updates before
|
|||
# analyze
|
||||
autovacuum_vacuum_scale_factor = 0.1 # fraction of table size before vacuum
|
||||
autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze
|
||||
autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum
|
||||
autovacuum_freeze_max_age = 300000000 # maximum XID age before forced vacuum
|
||||
# (change requires restart)
|
||||
autovacuum_vacuum_cost_delay = 20 # default vacuum cost delay for
|
||||
# autovacuum, -1 means use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue