From 672e2cd5b3b45ea36d9777867de4618b4c0ebe68 Mon Sep 17 00:00:00 2001 From: Alexander Overvoorde Date: Tue, 4 Jan 2022 19:50:35 +0100 Subject: [PATCH] Be explicit about intention of double max_wal_size specificiation --- postgresql.custom.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.custom.conf.tmpl b/postgresql.custom.conf.tmpl index 1f1f315..40cdedd 100644 --- a/postgresql.custom.conf.tmpl +++ b/postgresql.custom.conf.tmpl @@ -3,7 +3,7 @@ shared_buffers = 128MB min_wal_size = 1GB -max_wal_size = 2GB +# max_wal_size = 2GB # Overridden below maintenance_work_mem = 256MB # Suggested settings from