Re: requested shared memory size overflows size_t

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: requested shared memory size overflows size_t
Дата
Msg-id CA+Tgmoa2W+zyhJGQzML=hgn8i5iQP+PLJWnD5DX7NnCMS3a08A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: requested shared memory size overflows size_t  (Yuri Levinsky <yuril@celltick.com>)
Ответы Re: requested shared memory size overflows size_t  (Yuri Levinsky <yuril@celltick.com>)
Список pgsql-hackers
On Tue, Mar 4, 2014 at 6:05 AM, Yuri Levinsky <yuril@celltick.com> wrote:
> I changed postgresql.conf to decrease those parameters but no change: GMT54000FATAL:  requested shared memory size
overflowssize_t
 

I think this means you are running on a 32-bit operating system, or at
least on a 32-bit build.  That means you can't use more than 4GB of
address space per process, which has to fit shared_buffers and
everything else.  Typically it's best not to set shared_buffers above
2-2.5GB on such systems, but the real solution is to use a 64-bit
PostgreSQL.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: UNION ALL on partitioned tables won't use indices.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: GSoC proposal - "make an unlogged table logged"