Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] What is a RepeatableWriteUnitOfWork?

The RepeatableWriteUnitOfWork is the object that backs an EntityManager.  One thing you could do to reduce the size of it is to clear you entityManager more often.

-Tom

On 03/09/2013 12:24 PM, Markus Eisele wrote:

Hi all,

I'm analyzing a Heap Dump at the moment. It seems as if we have some big HttpSessions.
The actual entities which get displayed on the JSF views are let's say about 400k ... A corresponding RepeatableWriteUnitOfWork object roughly 13.5 MB.
Is there any documentation available on that 'thing'?
What is it and what does it do?
Any hints for what to watch out and find the reasons are greatly appreciated.

Thanks,
Markus



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


Back to the top