Forums

Postgres issue

I want to increase number of max_connections in postgresql i used "alter system set max_connections = 10;" and nothing changes.

Hi there -- see this help page -- your Postgres server needs to be restarted in order to pick up the new setting. I've done that just now, so you should be able to make more connections now.