Re: shared memory settings

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: shared memory settings
Дата
Msg-id CALd+dce8ajYR-4xVdvZL8b7fMpnUykra6xDvCpNyCzEX_kqoTg@mail.gmail.com
обсуждение исходный текст
Ответ на shared memory settings  (Alexander Shutyaev <shutyaev@gmail.com>)
Список pgsql-general
On Wed, Sep 26, 2012 at 5:39 AM, Alexander Shutyaev <shutyaev@gmail.com> wrote:
SHMALL = 2097152

SHMALL * PAGE_SIZE = 2097152 * 4096 = 8589934592

which is smaller than your requested allocation.

SHMALL and SHMMAX need to be sized together.  You likely want 4314090 as your SHMALL.

Bug as Devrim says, are you sure you can handle that?  Perhaps you want a connection pooler instead.

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

Предыдущее
От: Lonni J Friedman
Дата:
Сообщение: Re: strange hot_standby behaviour
Следующее
От: Moshe Jacobson
Дата:
Сообщение: Re: What's faster? BEGIN ... EXCEPTION or CREATE TEMP TABLE IF NOT EXISTS?