commit 7fbbd622df0c14981304d2a53bdb1fede9543794
parent 0014a03857488d2fcf1625c80b7086dbede8d5ad
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 13 Dec 2025 20:02:28 +0100
allow more connections
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure_talos/configs/cnpg-cluster.yaml b/infrastructure_talos/configs/cnpg-cluster.yaml
@@ -40,7 +40,7 @@ spec:
parameters:
# Tuned by https://pgconfigurator.cybertec-postgresql.com/
# Connectivity
- max_connections: "220"
+ max_connections: "300"
superuser_reserved_connections: "5"
# Memory Settings
shared_buffers: 2048 MB