summaryrefslogtreecommitdiff
blob: f342ebfd2a479ed55a3b14844064de5c31770b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The PostgreSQL user is:
PGUSER=postgres

# LOG file is:
PG_AUTOVACUUM_LOG=/var/lib/postgresql/data/pg_autovacuum.log

# See the pg_autovacuum documentation for the details of how these
# parameters affect pg_autovacuum's aggressiveness.

VACUUM_BASE=1000
VACUUM_SCALE=2

SLEEP_BASE=300
SLEEP_SCALE=2