projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca6c1a3
)
Add note that autovacuum can use up several times maintenance_work_mem,
author
Magnus Hagander
<magnus@hagander.net>
Mon, 8 Dec 2008 15:11:42 +0000
(15:11 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 8 Dec 2008 15:11:42 +0000
(15:11 +0000)
with warning against setting it too high.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index cf992c7fdc395a6faee9927c5aebf39fa4be6a37..cb0aabd7dd7eb1200a4d27764b1fb618c8521651 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-860,6
+860,11
@@
SET ENABLE_SEQSCAN TO OFF;
than <varname>work_mem</varname>. Larger settings might improve
performance for vacuuming and for restoring database dumps.
</para>
+ <para>
+ Note that when autovacuum runs, up to
+ <xref linkend="guc-autovacuum-max-workers"> times this memory may be
+ allocated, so be careful not to set the default value too high.
+ </para>
</listitem>
</varlistentry>