Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: java.lang.OutOfMemoryError: GC overhead limit exceeded
Дата
Msg-id CAB=Je-HjCjHxkCY3WW_WLy0XGwXqs_r5Db4daWLrdbYpT21wvA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: java.lang.OutOfMemoryError: GC overhead limit exceeded  (Christophe combet <chrisc_pro@yahoo.fr>)
Список pgsql-jdbc
>heap dump analysed with MAT

Thank you.

Even though the preferred solution is to buffer data rather than fetch all the rows to the heap, it looks like Tuple costs 30% or so of the heap :-/
Just in case, the columns are "number of objects", "shallow heap" (==heap consumption by the object itself), "retained heap" (==heap consumption of the object+all its references).
We might want to revise the addition of Tuple.

Vladimir

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: java.lang.OutOfMemoryError: GC overhead limit exceeded
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: [pgjdbc/pgjdbc] 671558: chore: add S3 Gradle build cache