summaryrefslogtreecommitdiff
blob: 304977eb82ada928d73d8078c2a3cc2c58a4a664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Logfile path (NOTE: This must be owned by the uid/gid of $PGUSER!)
PG_AUTOVACUUM_LOG="/var/lib/postgresql/7.4/data/pg_autovacuum.log"

# PostgreSQL user
PGUSER="postgres"

# 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"

# Add more options to pg_autovacuum, for instance -H to specify host or
# -p to specify port
PG_AUTOVACUUM_OPTS=""