Re: Memory Errors...

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: Memory Errors...
Дата
Msg-id 20020919162259.F23671@zf.jcu.cz
обсуждение исходный текст
Ответ на Memory Errors...  ("Ian Harding" <ianh@tpchd.org>)
Список pgsql-general
On Thu, Sep 19, 2002 at 07:10:50AM -0700, Ian Harding wrote:
> Can someone tell me what these mean?  They happen when running big ugly pgtcl functions that delete, insert and
updatelots of stuff in the database. 
>
> ERROR:  Memory exhausted in AllocSetContextCreate(8192)
> ERROR:  Memory exhausted in AllocSetAlloc(88)
> ERROR:  Memory exhausted in AllocSetAlloc(60)

 This means libc call malloc() returns NULL instead allocated memory.

 I think some PostgreSQL memory setting limits have not effect for this,
 because it's standard memory and not shared or so.

 You need more RAM or less expensive SQL questions :-)

     Karel

--
 Karel Zak  <zakkr@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/

 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: I'm using it!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NUMERIC and arithmetics