Re: [PATCHES] default resource limits

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] default resource limits
Дата
Msg-id 9484.1135609867@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] default resource limits  ("Andrew Dunstan" <andrew@dunslane.net>)
Список pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:
> Tom Lane said:
>> The existing initdb code actually does try to scale them in sync to
>> some extent ---

> Yes, I know. What I meant was that we could try using one phase
> rather than two. But that's only one possible approach.

I think that's a bad idea, mainly because max_connections is constrained
by more things than just SHMMAX.  In a scenario where the number of
semaphores constrains max_connections, you'd probably end up failing to
push shared_buffers up as high as it could be.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fixing row comparison semantics
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and