From 760ebc2d0553cc141e222170c494c9ca993a35cf Mon Sep 17 00:00:00 2001 From: Toboshii Nakama <63410334+toboshii@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:53:31 -0500 Subject: [PATCH] fix: increase max connection count --- cluster/apps/database/cloudnative-pg/cluster.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/apps/database/cloudnative-pg/cluster.yaml b/cluster/apps/database/cloudnative-pg/cluster.yaml index a93fb150..e2c1a051 100644 --- a/cluster/apps/database/cloudnative-pg/cluster.yaml +++ b/cluster/apps/database/cloudnative-pg/cluster.yaml @@ -15,6 +15,10 @@ spec: bootstrap: recovery: source: postgres-backup + postgresql: + parameters: + max_connections: "300" + shared_buffers: "512MB" monitoring: enablePodMonitor: true backup: