[opencms-dev] memory leaks problem

Nikolay Leschev leschev at mail.ru
Tue Jun 14 11:04:02 CEST 2005


Hi,

I was find memory leaks problem (OpenCms6RC1, Tomcat 4.1.18, Win2K, JVM 1.4.1) after reload context </opencms> in Tomcat Manager. Each context reloading adds about 8-10Mb to used JVM-memory, and after 10-15 context reloading JVM throws exception OutOfMemory. I think that may by garbage collector can't destroy instances and unload classes with constructions <public static final SomeObject foo=new SomeObject();> when Tomcat reload application context (see attachment, e.g. exists 3 instances org.opencms.flex.Messages after 2 reloads ).

 

Best Regards,

Nikolay Leschev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050614/261e1e97/attachment.htm>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050614/261e1e97/attachment.html>


More information about the opencms-dev mailing list