How to increase max_connections
windel
PROOP

2 years ago

I need to increased the max_connections from my postgresql. I'm using the PostgreSQL service that railway provides.

Solved

2 Replies

2 years ago

As they are standard Postgres databases, this answer from StackOverflow will work just fine -

https://stackoverflow.com/a/58373811


Status changed to Solved Railway almost 2 years ago


windel
PROOP

2 years ago

As I use Prisma ORM, I set the following information in my .env, in the DATABASE_URL, in addition to my connection string: &connection_limit=300

that solved the problem


Loading...