Fix: Increase max_connections from 20 to 200 in authentik PostgreSQL configuration

This commit is contained in:
Marco van Zijl 2025-11-11 21:18:17 +01:00
parent b0020e8906
commit 1da623f065

View File

@ -63,7 +63,7 @@ authentik:
instances: 2 instances: 2
postgresql: postgresql:
parameters: parameters:
max_connections: "20" max_connections: "200"
shared_buffers: "25MB" shared_buffers: "25MB"
effective_cache_size: "75MB" effective_cache_size: "75MB"
maintenance_work_mem: "6400kB" maintenance_work_mem: "6400kB"