Re: PostgreSQL Max Connections

From: Hunter Hillegas <lists(at)lastonepicked(dot)com>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL Max Connections
Date: 2002-03-07 04:29:43
Message-ID: B8AC2CB7.317BD%lists@lastonepicked.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Right, but my application is getting "no more connections", so I'm trying to
make sure postgres actually upped my limit.

> From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
> Date: 06 Mar 2002 23:22:43 -0500
> To: Hunter Hillegas <lists(at)lastonepicked(dot)com>
> Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
> Subject: Re: [GENERAL] PostgreSQL Max Connections
>
> On Wed, 2002-03-06 at 23:10, Hunter Hillegas wrote:
>> Is there a way to check if the value was properly processed after the server
>> has started? My application is running out of connections and 'ps aux' shows
>> only about 13 postgres processes running...
>
> The current number of clients (which `ps aux` tells you) has nothing to
> do with the maximum number of potential connections.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-03-07 04:38:38 Re: joins?
Previous Message Neil Conway 2002-03-07 04:22:43 Re: PostgreSQL Max Connections