Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit409d939

Browse files
committed
Doc: mention that VACUUM can't utilize over 1GB of RAM
Document that setting maintenance_work_mem to values over 1GB has noeffect on VACUUM.Reported-by: Martín MarquésAuthor: Laurenz AlbeDiscussion:https://postgr.es/m/CABeG9LsZ2ozUMcqtqWu_-GiFKB17ih3p8wBHXcpfnHqhCnsc7A%40mail.gmail.comBackpatch-through: 9.6, oldest supported release
1 parent650e635 commit409d939

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,12 @@ include_dir 'conf.d'
17691769
too high. It may be useful to control for this by separately
17701770
setting <xref linkend="guc-autovacuum-work-mem"/>.
17711771
</para>
1772+
<para>
1773+
Additionally, <command>VACUUM</command> is only able to utilize up to
1774+
a maximum of <literal>1GB</literal> of memory, so
1775+
<varname>maintenance_work_mem</varname> values higher than this have
1776+
no effect on <command>VACUUM</command>.
1777+
</para>
17721778
</listitem>
17731779
</varlistentry>
17741780

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp