Re: Memory exhausted in AllocSetReAlloc

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Memory exhausted in AllocSetReAlloc
Дата
Msg-id 3BF27F12.C8CBA1B2@fourpalms.org
обсуждение исходный текст
Ответ на Memory exhausted in AllocSetReAlloc  (Eric Cholet <cholet@logilune.com>)
Список pgsql-general
> Using CREATE INDEX on a large table (>70 million rows)
> results in the following error:
> ERROR:  Memory exhausted in AllocSetReAlloc(134217728)
> (134217728 is exactly 128 megabytes).

You may be running into a per-process limit, which can be adjusted in
the kernel (probably after boot time, but I'm not familiar with the
details on FreeBSD).

                    - Thomas

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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: How to store koi8-r (cyrillic) data?
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Memory exhausted in AllocSetReAlloc