From c2528ae671d3a636d0a993ef35952e9d294923c1 Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Wed, 13 Dec 2023 17:23:24 +0100 Subject: [PATCH] Increase pgbouncer pool size to 64 for VMs (#6124) The pool size was changed for pods (https://github.com/neondatabase/cloud/pull/8057). The idea to increase it for VMs too --- vm-image-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-image-spec.yaml b/vm-image-spec.yaml index 6f0ebe5f66..804405293f 100644 --- a/vm-image-spec.yaml +++ b/vm-image-spec.yaml @@ -34,7 +34,7 @@ files: server_tls_sslmode=disable pool_mode=transaction max_client_conn=10000 - default_pool_size=16 + default_pool_size=64 max_prepared_statements=0 - filename: cgconfig.conf content: |