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:31:27
Message-ID: E1lzzPL-00032a-Vi@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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/da08ac5c46ee777d5dfc50469096ca03e53e22de

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-07-04 10:32:31 pgsql: Doc: mention that VACUUM can't utilize over 1GB of RAM
Previous Message David Rowley 2021-07-04 10:30:56 pgsql: Doc: mention that VACUUM can't utilize over 1GB of RAM