Re: Postgres Max JDBC Connection Allowed

From: "Aaron Bono" <postgresql(at)aranya(dot)com>
To: "Chris Mair" <chrisnospam(at)1006(dot)org>
Cc: "Sharma,G(dot)S(dot)" <ghanshyam(at)newgen(dot)co(dot)in>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres Max JDBC Connection Allowed
Date: 2006-08-10 17:59:59
Message-ID: bf05e51c0608101059o1555a5b7w245ebdf27707e648@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 8/10/06, Chris Mair <chrisnospam(at)1006(dot)org> wrote:
>
>
> > Hi,
> > I am using Postgres 7.3 can any body tell me the max no of JDBC
> > connections allowed by postgres .
>
> The maximum number of connections is a configuration variable in the
> file postgresql.conf in your PGDATA dir.
> Whether they origin from a JDBC driver or not is not relevant.
>
> > I also want to know how to find out that howmuch memory and CPU ,
> > my postgres is taking .
>
> Ask your operating system :)
> top on unices or the tasklist on windows might be a start...

Don't forget to check the ulimit for the postgres user. I had problems on a
couple of our servers because the default for users was to limit their
memory and number of processes.

==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ivo Rossacher 2006-08-10 19:00:09 Re: pg_dump from crontab
Previous Message Chris Mair 2006-08-10 16:19:34 Re: Postgres Max JDBC Connection Allowed