Re: possible memory leak

2009-04-02 Thread Bogdan Serban
Hi, I downgraded to freemarker 2.3.8, the version specified into struts2 pom.xml. It looks the same, even worse i may say. I'll try to make an "hello world" app to reproduce it. SizeCount Class description --- 358174944 431805 char[

Re: possible memory leak

2009-04-01 Thread Musachy Barroso
A new version of FreeMarker is used with 2.1.x, can you downgrade it to the version you had before and see if the problem is still there? thanks musachy On Wed, Apr 1, 2009 at 7:03 AM, Bogdan Serban wrote: > Hi, > > I have upgraded from 2.0.9 to 2.1.2 and after some tests i saw that > the jvm in

possible memory leak

2009-04-01 Thread Bogdan Serban
Hi, I have upgraded from 2.0.9 to 2.1.2 and after some tests i saw that the jvm increased memory usage from 16-19% to 85%. I've made a heap dump and i saw that i have a lot of freemarker objects into memory, it seems that beans are cached and never released, i had the same settings for the 2.0.9 b