Re: Out of memory errors on pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of memory errors on pg_dump
Дата
Msg-id 13098.1339607879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Out of memory errors on pg_dump  (Chander Ganesan <chander.ganesan@gmail.com>)
Список pgsql-admin
Chander Ganesan <chander.ganesan@gmail.com> writes:
> I get this whenever I try to do a pg_dump.  Curiously, if I *decrease*
> shared buffers waaaay down, I find that these errors go away.

32-bit machine no doubt?  There's a limit to how big a datum can be
slung around in a 32-bit address space, and it's not very many tens of
megabytes if you've got shared_buffers eating a large chunk of that
address space.

            regards, tom lane

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

Предыдущее
От: Chander Ganesan
Дата:
Сообщение: Out of memory errors on pg_dump
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: postgres block size alignment with filesystem block size