Re: PostgreSQL Max Connections

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

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hunter Hillegas 2002-03-07 04:29:43 Re: PostgreSQL Max Connections
Previous Message Hunter Hillegas 2002-03-07 04:10:46 Re: PostgreSQL Max Connections