Hi
2010/4/30 Christian Edward Gruber <[email protected]> > Last I checked (though I could be wrong) permgen is never garbage > collected. You must be right, i was confused by this article http://blogs.sun.com/fkieviet/entry/classloader_leaks_the_dreaded_java that talks about the whole classloader discard. In fact, this is not our case in fact in Tapestry. > Hence the "perm" part. I do think, however, that you've spotted a leak - > and there are classes that could be reused, perhaps? > > Christian. > > On Apr 30, 2010, at 4:01 AM, Christophe Cordenier wrote: > > Don't you think this is a possible memory leak ? I can understand that the >> number of classes explodes due to the usage of anonymous inner classes but >> they should be garbage collected when the page instance get released. >> > > -- Regards, Christophe Cordenier. Developer of wooki @wookicentral.com
