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 e033e26 commit b88e5feCopy full SHA for b88e5fe
doc/src/sgml/config.sgml
@@ -1893,6 +1893,12 @@ include_dir 'conf.d'
1893
too high. It may be useful to control for this by separately
1894
setting <xref linkend="guc-autovacuum-work-mem"/>.
1895
</para>
1896
+ <para>
1897
+ Additionally, <command>VACUUM</command> is only able to utilize up to
1898
+ a maximum of <literal>1GB</literal> of memory, so
1899
+ <varname>maintenance_work_mem</varname> values higher than this have
1900
+ no effect on <command>VACUUM</command>.
1901
+ </para>
1902
</listitem>
1903
</varlistentry>
1904
0 commit comments