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 27f6970 commit da08ac5Copy full SHA for da08ac5
doc/src/sgml/config.sgml
@@ -1617,6 +1617,12 @@ include_dir 'conf.d'
1617
too high. It may be useful to control for this by separately
1618
setting <xref linkend="guc-autovacuum-work-mem"/>.
1619
</para>
1620
+ <para>
1621
+ Additionally, <command>VACUUM</command> is only able to utilize up to
1622
+ a maximum of <literal>1GB</literal> of memory, so
1623
+ <varname>maintenance_work_mem</varname> values higher than this have
1624
+ no effect on <command>VACUUM</command>.
1625
+ </para>
1626
</listitem>
1627
</varlistentry>
1628
0 commit comments