From 8d2b3618901537434eaa5743b2e21fca59195067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Thu, 12 Feb 2026 16:04:35 +0400 Subject: [PATCH] Fix compose.yaml pg 18 config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index a9972175e..6c09b53ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ services: image: "postgres:18.1" shm_size: "1g" command: > - postgres -c "shared_buffers=4GB" + postgres -c "shared_buffers=1GB" -c "max_connections=200" -c "log_statement=all" ports: