Re: Memory alloc exception

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Memory alloc exception
Дата
Msg-id 354945.1623764602@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Memory alloc exception  (<paul.malm@lfv.se>)
Список pgsql-general
<paul.malm@lfv.se> writes:
> I get this error when running a SQL statement in my Java application.
> ERROR: Invalid memory alloc request size 1683636507

This is a pretty common symptom of corrupt data (specifically, that the
length word of a variable-length field is garbage).  More than that
can't be said with the info you've provided.  But I'd be thinking about
"how do I clean up the corruption and prevent a recurrence", not
"I need to increase memory settings".

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Losing data because of problematic configuration?
Следующее
От: Atul Kumar
Дата:
Сообщение: Re: query issue