Re: PostgreSQL JDBC - Number of connections

From: Toby <toby(at)paperjet(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL JDBC - Number of connections
Date: 2002-09-28 09:40:54
Message-ID: 5.1.0.14.0.20020928103433.00a73fc8@mail.flirble.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

in data/postgresql.conf there are settings for "max_connections" and
"shared_buffers" where the shared_buffers value should be double the
max_connections value. These can also be passed to the postmaster command
by specifying -B <shared_buffers> and -N <max_connections>

in fact, here's a link to the appropriate documentation page where the
switches are listed, all at no extra charge.

http://www.postgresql.org/idocs/index.php?app-postmaster.html

toby

At 09:41 28/09/2002 +0000, Lars Nielsen Lind wrote:
>Hi.
>
>I use:
>
>/use/bin/postmaster -N 1024 -B 2048 -i -D /........databaseserver
>
>How do I raise the number of connections to the databaseserver?
>
>I use PSQL with Apache/Jakarta-Tomcat/mod_webapp/jdk1.4.1.
>
>Best regards
>
>Lars Nielsen Lind
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lars Nielsen Lind 2002-09-28 09:41:12 PostgreSQL JDBC - Number of connections
Previous Message Barry Lind 2002-09-27 21:49:51 Re: [JDBC] Prepared statement performance...