Mantis - Resin
Viewing Issue Advanced Details
1623 minor always 02-23-07 10:26 06-05-07 11:02
sam  
ferg  
urgent  
closed 3.0.22  
fixed  
none    
none 3.1.2  
0001623: ProfilerServlet
(rep by B Au)

<servlet-mapping servlet-class="com.caucho.tools.profiler.ProfilerServlet"
                 url-pattern="/resin-profiler">
   <init>
     <profiler enabled="true"/>
   </init>
   <load-on-startup/>
 </servlet-mapping>

From the heap dump that we have taken, we see a lot of instances of
com.caucho.tools.profiler.ProfilerNode

In one particular heap dump, there are 696176 instances taking up a
total size of 38985856.

Is it possible that they are being leaked?

Notes
(0002007)
ferg   
06-05-07 11:02   
Fixed, but the new profiling in the admin is recommended.