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
This commit is contained in:
Vadim Kharitonov
2023-12-13 17:23:24 +01:00
committed by GitHub
parent a919b863d1
commit c2528ae671

View File

@@ -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: |