PostgreSQL troubles

Started by
1 comment, last by DrHalan 15 years, 3 months ago
Hey, when i try to make more than 4 peers connect to my PostgreSQL server i get a "sorry too much connections already" (translated from german) error. I set shared_buffers = 90MB max_connections = 200 superuser_reserved_connections = 0 if i comment out the last thing it default to 3 and i get an error "non-superuser connection limit exceeded" thanks for help, Halan
My Blog - http://www.freakybytes.org
Advertisement
What does "select * from pg_stat_activity;" say?
Quote:Original post by Antheus
What does "select * from pg_stat_activity;" say?


Thank you very much.

I actually found a lot of connections using this and after that a bug in my code that caused them.
My Blog - http://www.freakybytes.org

This topic is closed to new replies.

Advertisement