Hi ,
When i analyzed memory leak problem through Eclipse Memory Analyzer tool. I see that most of the memory leak is caused by
org.jboss.classloader.spi.base.BaseClassLoader as mentioned below.
icons/i5.gif org.jboss.classloader.spi.base.BaseClassLoader @ 0x7021143c8 | 37,662 | 2,886,184 | 1,020,624,664 | 78.02% |
icons/i5.gif <system class loader> | 74,919 | 5,242,240 | 81,034,736 | 6.19% |
icons/i5.gif org.jboss.bootstrap.NoAnnotationURLClassLoader @ 0x70001a228 | 18,873 | 1,854,128 | 79,102,152 | 6.05% |
icons/i5.gif org.jboss.classloader.spi.base.BaseClassLoader @ 0x70210ed38 | 3,838 | 77,080 | 50,101,280 | 3.83% |
icons/i5.gif org.jboss.classloader.spi.base.BaseClassLoader @ 0x70001a1a0 | 471 | 42,040 | 47,995,688 | 3.67% |
I wanted to know how baseClassLoader is causing a memory problem.
Thanks in Advance.
Vittal