Re: Invalid memory alloc

Поиск
Список
Период
Сортировка
От Marc-André Goderre
Тема Re: Invalid memory alloc
Дата
Msg-id D8DAC91BA6256246BA3FF835F6AAA118994400C9@SI-MB01.cegep-chicoutimi.qc.ca
обсуждение исходный текст
Ответ на Re: Invalid memory alloc  (Chris Mair <chris@1006.org>)
Ответы Re: Invalid memory alloc  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-general
Can I change the segment size to allow more memory?
Is it a good idea?
The concerned function work only on the entire table then I can't process a part of it.
Should I split the table in multiple table and merge them after the process?

Thanks
Marc




-----Message d'origine-----
De : Chris Mair [mailto:chris@1006.org] 
Envoyé : 24 avril 2015 15:41
À : Marc-André Goderre; pgsql-general@postgresql.org
Objet : Re: [GENERAL] Invalid memory alloc

> I use Postgis and PGrouting extension.
> The error come when I use a pgrouting function pgr_createtopology()

It appears pgrouting violates the 1GB per chunk limit in the postgres backend when processing large datasets:

https://github.com/pgRouting/pgrouting/issues/291

Bye,
Chris.



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

Предыдущее
От: Evan Martin
Дата:
Сообщение: Workaround for bug #13148 (deferred EXCLUDE constraint violation)
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Invalid memory alloc