1 Reply Latest reply on Sep 30, 2011 1:15 PM by smarlow

    ECLIPSE MEMORY ANALYZER TOOL - MEMORY LEAK ANALYSIS

    vittal.rao

      Hi All,

       

           I have used eclispe memory analyzer tool to get the memory leak report.

           After parsing the document i was able to get the following report.

       

       

      122,055 instances of "org.apache.catalina.session.StandardSession", loaded by "org.jboss.classloader.spi.base.BaseClassLoader @ 0x70211c468" occupy 2,355,445,408 (81.97%) bytes. These instances are referenced from one instance of "java.util.HashMap$Entry[]", loaded by "<system class loader>"

       

      Keywords

      org.jboss.classloader.spi.base.BaseClassLoader @ 0x70211c468

      org.apache.catalina.session.StandardSession

      java.util.HashMap$Entry[]

       

       

      I was not able to anayze much from the above details. Please let me know what would be the major cause for the memory leak in my case

      w.r.t (org.jboss.classloader.spi.base.baseclassloader) and session.

       

       

      Thanks in Advance

      Vittal