What other parameters to consider when increasing max connections?

Started by P Gabout 23 years ago3 messagesgeneral
Jump to latest
#1P G
pg_dba@yahoo.com

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

#2Mark Woodward
pgsql@mohawksoft.com
In reply to: P G (#1)
Re: [CYGWIN] What other parameters to consider when increasing max

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:

Show quoted text

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

#3scott.marlowe
scott.marlowe@ihs.com
In reply to: Mark Woodward (#2)
Re: [GENERAL] [CYGWIN] What other parameters to consider when

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?