Re: Max connection exceeded

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Max connection exceeded
Date: 2023-08-31 19:38:56
Message-ID: B97F4198-D13E-4927-96DE-8483F3000E32@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On Aug 31, 2023, at 1:05 PM, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>
> On Thu, Aug 31, 2023 at 9:22 AM Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com> wrote:
> How do I resolve max connection exceed issue apart from closing idle connections ?
>
> Raise the limit.
> Use a connection pooler in the application.
> Use a standalone connection pooler.
>
> David J.

Also check for application bugs leaking connections.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar 2023-08-31 20:08:10 Re: Max connection exceeded
Previous Message David G. Johnston 2023-08-31 19:05:43 Re: Max connection exceeded