8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173a676 commit bd33acaCopy full SHA for bd33aca
doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.198 2008/11/21 20:21:59 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.199 2008/12/08 15:11:39 mha Exp $ -->
2
3
<chapter Id="runtime-config">
4
<title>Server Configuration</title>
@@ -881,6 +881,11 @@ SET ENABLE_SEQSCAN TO OFF;
881
than <varname>work_mem</varname>. Larger settings might improve
882
performance for vacuuming and for restoring database dumps.
883
</para>
884
+ <para>
885
+ Note that when autovacuum runs, up to
886
+ <xref linkend="guc-autovacuum-max-workers"> times this memory may be
887
+ allocated, so be careful not to set the default value too high.
888
+ </para>
889
</listitem>
890
</varlistentry>
891
0 commit comments