Re: default resource limits

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: default resource limits
Дата
Msg-id 1779.1134399981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на default resource limits  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: default resource limits  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Nearly everyone seems to agree that the default for max_fsm_pages is 
> woefully low, so I would like to have the default for this set 
> unconditionally to 200,000 rather than 20,000. The cost would be just 
> over 1Mb of shared memory, if the docs are correct. Alternatively, we 
> could put this into the mix that is calculated by initdb, scaling it 
> linearly with shared_buffers (but with the default still at 200,000).

> I would also like to propose a more modest increase in max_connections 
> and shared_buffers by a factor of 3.

I don't mind having initdb try larger values to see if they work, but
if you are suggesting that we try to force adoption of larger settings
I'll resist it.

"Factor of three" seems mighty weird.  The existing numbers (100 and 1000)
at least have the defensibility of being round.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Different length lines in COPY CSV
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Backslashes in string literals