Paul Serby wrote:

Apache on the Web server can take up to 300 connections and PHP is using pg_pconnect

max_connections = 300
But Apache is still maxing out the non-super user connection limit.

Don't forget also that some connections are reserved for superusers (usually 2), so if you want 300 users, you need to set max_connections to 300 + superuser_reserved_connections.


--
Michal Taborsky
http://www.taborsky.cz


---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend

Reply via email to