When I select from pg_stat_activity, I only see 62 connections from the super user (postgres) and that number is less than 480.
I don't see any connections from non super user. Yet , when I try to login as non super user, it claims it ran out of non super user reserved connections.
On Thu, Feb 28, 2013 at 3:49 PM, Chris Angelico <rosuav@xxxxxxxxx> wrote:
On Fri, Mar 1, 2013 at 7:38 AM, G B <g.b.coder@xxxxxxxxx> wrote:This leaves just 20 connections for non-root users. Did you intend to
> SHOW superuser_reserved_connections;
>
> 480
>
> SHOW max_connections;
> 500
>
> Is there something I'm missing here? Thanks for your help.
set superuser_reserved_connections to 20, thus leaving 480 for normal
use?
ChrisA
--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general