Re: RequestFactory causing OutOfMemoryError

2011-06-14 Thread Julian Scheid
On Tue, Jun 14, 2011 at 7:18 PM, Filip Krygowski filip.krygow...@gmail.com wrote: I took a long and careful look at the heap and after some analysis I noticed that the Longs I’ve been sending don’t get garbage-collected (also true for other types stored in lists, which I checked later). The

Re: ProxyAutoBean server-side cache

2011-03-25 Thread Julian Scheid
On Sat, Mar 26, 2011 at 1:05 AM, Thomas Broyer t.bro...@gmail.com wrote: Looking at the code, ProxyAutoBean's createShim creates a reference cycle (the shim references the proxyAutoBean, which keeps a reference on the shim). Because the value in the WeakMapping is kept with a strong reference,