From: | bhargav kamineni <bhargavpostgres(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: PMChildFlags array |
Date: | 2019-10-03 17:31:20 |
Message-ID: | CADCf-WMUZ71-nbWmk6fF3jP3S8wOy-Vp_0QPMxV2bnP8szFJ_g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
bhargav kamineni <bhargavpostgres(at)gmail(dot)com> writes:
> Postgres was rejecting a bunch of connections from a user who is having a
> connection limit set. that was the the FATAL error that i could see in log
> file.
> FATAL,53300,"too many connections for role ""user_app"""
> db=\du user_app
> List of roles
> Role name | Attributes | Member of
> --------------+-------------------------------+--------------------
> user_app | No inheritance +| {application_role}
> | 100 connections +|
> | Password valid until infinity |
>Hm, what's the overall max_connections limit? (I'm wondering
in particular if it's more or less than 100.)
its set to 500;
show max_connections ;
max_connections
-----------------
500
On Thu, 3 Oct 2019 at 22:52, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> bhargav kamineni <bhargavpostgres(at)gmail(dot)com> writes:
> > Postgres was rejecting a bunch of connections from a user who is having a
> > connection limit set. that was the the FATAL error that i could see in
> log
> > file.
> > FATAL,53300,"too many connections for role ""user_app"""
>
> > db=\du user_app
> > List of roles
> > Role name | Attributes | Member of
> > --------------+-------------------------------+--------------------
> > user_app | No inheritance +| {application_role}
> > | 100 connections +|
> > | Password valid until infinity |
>
> Hm, what's the overall max_connections limit? (I'm wondering
> in particular if it's more or less than 100.)
>
> regards, tom lane
>
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2019-10-03 19:01:20 | Re: PG12 |
Previous Message | Jason Ralph | 2019-10-03 17:31:18 | RE: PG11 Parallel Thanks!! |