From: Magnus Hagander Date: Mon, 8 Dec 2008 15:11:42 +0000 (+0000) Subject: Add note that autovacuum can use up several times maintenance_work_mem, X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fcf8f7c54482a7271c6406ecf0c7cc53d6853ea9;p=users%2Fbernd%2Fpostgres.git Add note that autovacuum can use up several times maintenance_work_mem, with warning against setting it too high. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index cf992c7fdc..cb0aabd7dd 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -860,6 +860,11 @@ SET ENABLE_SEQSCAN TO OFF; than work_mem. Larger settings might improve performance for vacuuming and for restoring database dumps. + + Note that when autovacuum runs, up to + times this memory may be + allocated, so be careful not to set the default value too high. +