cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit a9f303eb8e3560eea563cf11cbb2e35753f01c84
parent b2ac594be5c9c7ab0e9e852d06357f60a6ad04c1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 27 Jun 2023 14:25:21 +0200

Allow more connections

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -33,7 +33,7 @@ spec: version: "15" parameters: password_encryption: scram-sha-256 - max_connections: "200" + max_connections: "300" superuser_reserved_connections: "6" shared_buffers: "10240 MB" work_mem: "128 MB"