Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] memory usage

Is it possible you are seeing this issue: http://bugs.eclipse.org/285599
--Gordon

David Parker wrote:
I am running a long data import that uses eclipselink 1.1.2 for persistence. I see memory increasing slowly but surely as it goes along. The YourKit profiler does not identify anything as a link, but I do seem to have an increasing "retained size" for

org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork [Stack Local]

I see there is a clear method on TransactionWrapperImpl, but that does not seem to be in the JPA EntityTransaction API.

Is there a best practice for long running data imports? Should I be clearing something?

Thanks.


=============================================
David Parker
dap@xxxxxxxxxxxxxxxxxxxx




_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top