pgsql: Doc: mention that VACUUM can't utilize over 1GB of RAM

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: mention that VACUUM can't utilize over 1GB of RAM
Date: 2021-07-04 10:33:09
Message-ID: E1lzzQz-00034N-TS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: mention that VACUUM can't utilize over 1GB of RAM

Document that setting maintenance_work_mem to values over 1GB has no
effect on VACUUM.

Reported-by: Martín Marqués
Author: Laurenz Albe
Discussion: https://postgr.es/m/CABeG9LsZ2ozUMcqtqWu_-GiFKB17ih3p8wBHXcpfnHqhCnsc7A%40mail.gmail.com
Backpatch-through: 9.6, oldest supported release

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1c84f355ac58fca53752f6335309b48ce97d8d73

Modified Files
--------------
doc/src/sgml/config.sgml | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-04 12:00:21 pgsql: doc: Mention requirement to --enable-tap-tests on section for TA
Previous Message David Rowley 2021-07-04 10:32:31 pgsql: Doc: mention that VACUUM can't utilize over 1GB of RAM