Re: max_connections, solaris semaphores and initdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Isaac Vetter <ivetter(at)math(dot)purdue(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: max_connections, solaris semaphores and initdb
Date: 2008-01-12 00:14:57
Message-ID: 28594.1200096897@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Isaac Vetter <ivetter(at)math(dot)purdue(dot)edu> writes:
> The method I've been using to check the number of connections is by
> running apache's benchmarking tool (ab) against a db heavy php page and
> then watching serverlog for connection failures. Is there a way to check
> the current value of max_connections from a running instance?

"show max_connections"

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Isaac Vetter 2008-01-12 05:50:46 Re: max_connections, solaris semaphores and initdb - solved
Previous Message LWATCDR 2008-01-11 21:53:05 Re: Connecting to the database server