Shrinjay
PPrisma
•Created by Shrinjay on 1/30/2025 in #help-and-questions
Prisma Accelerate using >100 connections when configured to use 10
I have an application configured to use separate prisma accelerate and PostgreSQL clients. The PostgreSQL client connects to a Supavisor connection pooler. This is resulting in me running out of connections. Using
select * from pg_stat_activity
I see that there are >100 connections from Prisma Accelerate in state "idle" with wait_event "ClientRead". I have the connection limit set to 10 yet it is using 100 - not quite sure how that happens.37 replies