diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f49ee28259..cf99ba2c85 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -881,6 +881,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. +