Re: [PATCHES] default resource limits

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: [PATCHES] default resource limits
Дата
Msg-id
22389.1136073882@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
default resource limits Andrew Dunstan <andrew@dunslane.net>
Re: default resource limits Tom Lane <tgl@sss.pgh.pa.us>
Re: default resource limits Andrew Dunstan <andrew@dunslane.net>
Andrew Dunstan  writes:
> In experimenting I needed to set this at 20 for it to bite much. If we 
> wanted to fine tune it I'd be inclined to say that we wanted 
> 20*connections buffers for the first, say, 50  or 100 connections and 10 
> or 16 times for each connection over that. But that might be getting a 
> little too clever - something we should leave to a specialised tuning 
> tool. After all, we try these in fairly discrete jumps anyway. Maybe a 
> simple factor around 20 would be sufficient.

I think 10 is probably a good compromise value.  If we set it to 20
we'll find "make check" failing on Darwin because Apple's standard
SHMMAX value doesn't allow more than about 300 buffers ... and the
regression tests want max_connections to be at least 20.

I noticed while fooling with this on my laptop that initdb was selecting
a shared_buffers value less than the value it had just proved would work
:-(.  This is because the list of shared_buffers values it was probing
did not include all the values corresponding to values tried during the
max_connections scan.  I've added documentation about that gotcha.
		regards, tom lane

В списке pgsql-hackers по дате отправления
От: Greg Stark
Дата:
Сообщение: Re: EINTR error in SunOS
От: Doug Royer
Дата:
Сообщение: Re: EINTR error in SunOS
FAQ