From 7dd21eefae87b0041283780a5d017d4734221396 Mon Sep 17 00:00:00 2001 From: red Date: Mon, 7 Jul 2025 15:44:49 -0400 Subject: [PATCH] up connection count limit --- manifests/postgres/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/postgres/configmap.yaml b/manifests/postgres/configmap.yaml index a9341ba..0052103 100644 --- a/manifests/postgres/configmap.yaml +++ b/manifests/postgres/configmap.yaml @@ -29,7 +29,7 @@ data: postgresql.conf: | # connections settings listen_addresses = '*' - max_connections = 20 + max_connections = 100 # memory settings shared_buffers = 2GB