spoolman: fix database autovacuum params
All checks were successful
/ diff-and-deploy (push) Successful in 2m2s
All checks were successful
/ diff-and-deploy (push) Successful in 2m2s
This commit is contained in:
parent
dfc0ca69ed
commit
c5fa6eedbb
1 changed files with 5 additions and 4 deletions
|
@ -18,8 +18,9 @@ spec:
|
|||
spoolman: {}
|
||||
postgresql:
|
||||
version: "16"
|
||||
autovacuum_analyze_scale_factor: "0.02"
|
||||
autovacuum_max_workers: "5"
|
||||
autovacuum_vacuum_scale_factor: "0.05"
|
||||
log_autovacuum_min_duration: "0"
|
||||
parameters:
|
||||
autovacuum_analyze_scale_factor: "0.02"
|
||||
autovacuum_max_workers: "5"
|
||||
autovacuum_vacuum_scale_factor: "0.05"
|
||||
log_autovacuum_min_duration: "0"
|
||||
enableLogicalBackup: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue