Re: 8.2.3: Server crashes on Windows using Eclipse/Junit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Дата
Msg-id 29416.1192603214@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.2.3: Server crashes on Windows using Eclipse/Junit  ("Magnus Hagander" <magnus@hagander.net>)
Ответы Re: 8.2.3: Server crashes on Windows using Eclipse/Junit  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-general
"Magnus Hagander" <magnus@hagander.net> writes:
>> - Max_connections is set to 500.

> There's your problem. 500 is way above what the windows version can
> handle. IIRC the hard max is somewhere around 200 depending on some OS
> factors that we don't entirely know.

Maybe we should put an #ifdef WIN32 into guc.c to limit max_connections
to something we know the platform can stand?  It'd be more comfortable
if we understood exactly where the limit was, but I think I'd rather
have an "I'm sorry Dave, I can't do that" than random-seeming crashes.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Stefan Schwarzer
Дата:
Сообщение: Re: Calculation of per Capita on-the-fly - problems with SQL syntax
Следующее
От: "Kuriakose, Cinu Cheriyamoozhiyil"
Дата:
Сообщение: CVS and Eclipse