From 10e65ce3497881da82886a6e727450367f54d91b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 9 Jan 2024 14:31:54 -0800 Subject: [PATCH] Added note about maintenance_work_mem [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c00ed4..91be37c 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ DETAIL: Building will take significantly more time. HINT: Increase maintenance_work_mem to speed up builds. ``` +Note: Do not set `maintenance_work_mem` so high that it exhausts the memory on the server + ### Indexing Progress Check [indexing progress](https://www.postgresql.org/docs/current/progress-reporting.html#CREATE-INDEX-PROGRESS-REPORTING) with Postgres 12+