Re: default resource limits

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: default resource limits
Дата
Msg-id 200512240917.06699.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: default resource limits  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
On Saturday 24 December 2005 06:22, Peter Eisentraut wrote:
> Am Samstag, 24. Dezember 2005 00:20 schrieb Andrew Dunstan:
> > The rationale is one connection per apache thread (which on Windows
> > defaults to 400). If people think this is too many I could live with
> > winding it back a bit - the defaults number of apache workers on Unix is
> > 250, IIRC.
>
> It's 150.  I don't mind increasing the current 100 to 150, although I find
> tying this to apache pretty bogus.
>
> I really don't like the prospect of making the defaults platform specific,
> especially if the only rationale for that would be "apache does it".  Why
> does apache allocate more connections on Windows anyway?
>

Maybe we should write something in to check if apache is installed if we're so
concerned about that usage... I already know that I set the connection limits
lower on most of the installations I do (given than most installations are
not production webservers).  There is also the argument to be made that just
because systems these days have more memory doesn't mean we have to use it.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: default resource limits
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Improve XLOG_NO_TRAN related comments