summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2003-12-25 04:39:37 +0000
committerMasatomo Nakano <nakano@gentoo.org>2003-12-25 04:39:37 +0000
commitad93f6389abd80c2f812897875834e670e023bbf (patch)
tree6e5b106b6b75a9f93c0517e8673d41aaf588007e /dev-db/postgresql/files/pg_autovacuum.conf-7.4.1
parentVersion bump, which includes IPv6 support (shoulda been in last one, but oh w... (diff)
downloadhistorical-ad93f6389abd80c2f812897875834e670e023bbf.tar.gz
historical-ad93f6389abd80c2f812897875834e670e023bbf.tar.bz2
historical-ad93f6389abd80c2f812897875834e670e023bbf.zip
Version bump.
Diffstat (limited to 'dev-db/postgresql/files/pg_autovacuum.conf-7.4.1')
-rw-r--r--dev-db/postgresql/files/pg_autovacuum.conf-7.4.114
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/pg_autovacuum.conf-7.4.1 b/dev-db/postgresql/files/pg_autovacuum.conf-7.4.1
new file mode 100644
index 000000000000..f342ebfd2a47
--- /dev/null
+++ b/dev-db/postgresql/files/pg_autovacuum.conf-7.4.1
@@ -0,0 +1,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