R
Railway2mo ago
MARMEI

PostgreSQL Max Connections Limit

Hello, I really need to increase the maximum number of connections to PostgreSQL. I tried different options, through environment variables, through SQL query, through PGbouncer and edited Env in it too, it's like watching the config(SHOW max_connections;) and the console displays a maximum of 100.
Solution:
they are standard postgres database, so this answer from stack overflow will work for you - https://stackoverflow.com/a/58373811
Jump to solution
6 Replies
Percy
Percy2mo ago
Project ID: 954021da-05ef-4f3b-b870-c695713b083c
MARMEI
MARMEI2mo ago
954021da-05ef-4f3b-b870-c695713b083c
MARMEI
MARMEI2mo ago
No description
No description
Solution
Brody
Brody2mo ago
they are standard postgres database, so this answer from stack overflow will work for you - https://stackoverflow.com/a/58373811
MARMEI
MARMEI2mo ago
Thanks, that helped!
Brody
Brody2mo ago
no problem!