Subject | Re: [Firebird-Java] Memory leak? |
---|---|
Author | Mark Rotteveel |
Post date | 2017-11-06T09:18:46Z |
On 6-11-2017 09:55, hugo.larson@... [Firebird-Java] wrote:
the bucket. I need more information.
How many rows are you fetching? You are using a CachedRowSet, which
holds all rows fetched, including blob data, which means it can consume
a lot of memory.
Have you tried to create a heap dump (eg using
-XX:+HeapDumpOnOutOfMemoryError).
If possible, could you send me a (private) link to a memory dump so I
can take a look?
Mark
--
Mark Rotteveel
> Hi,It could be, or it could just be that this is the drop that overflows
>
> Could this be a memory leak in Jaybird?
the bucket. I need more information.
How many rows are you fetching? You are using a CachedRowSet, which
holds all rows fetched, including blob data, which means it can consume
a lot of memory.
Have you tried to create a heap dump (eg using
-XX:+HeapDumpOnOutOfMemoryError).
If possible, could you send me a (private) link to a memory dump so I
can take a look?
Mark
--
Mark Rotteveel