Thread: What other parameters to consider when increasing max connections?

What other parameters to consider when increasing max connections?

From
P G
Date:
I need to increase the default max connection setting
from 32 to over 500.  What other parameters should I
consider when adjusting this setting?

TIA.



__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

Re: [CYGWIN] What other parameters to consider when increasing max

From
mlw
Date:
You will not be able to get that many connections on a cygwin version of
PostgreSQL. I think cygwin's limit is something like 64.

P G wrote:

>I need to increase the default max connection setting
>from 32 to over 500.  What other parameters should I
>consider when adjusting this setting?
>
>TIA.
>
>
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Shopping - Send Flowers for Valentine's Day
>http://shopping.yahoo.com
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>



Re: [CYGWIN] What other parameters to consider when

From
"scott.marlowe"
Date:
On Thu, 13 Feb 2003, mlw wrote:

> You will not be able to get that many connections on a cygwin version of
> PostgreSQL. I think cygwin's limit is something like 64.
>
> P G wrote:
>
> >I need to increase the default max connection setting
> >from 32 to over 500.  What other parameters should I
> >consider when adjusting this setting?

Is the Windows native port gonna help this?  If someone says it will, or
if pg_dba is willing to give it a try by going here:
http://techdocs.postgresql.org/guides/InstallingOnWindows
and installing the beta of the native version and see if that helps.

If that can't do what you want you may need to build a unix server to
handle it, at least temporarily.

If you are gonna do it in Unix, search the general, performance, and admin
lists for all the info you need to setting the kernel to handle it first,
then the database to second.   Things like max files, semaphores etc...

Can you even change that kind of stuff in cygwin?  Or is it hard coded in?