Duplicate
Details
Assignee
UnassignedUnassignedReporter
David HainesDavid HainesLabels
Components
Affects versions
Priority
Critical
Details
Details
Assignee
Unassigned
UnassignedReporter
David Haines
David HainesLabels
Components
Affects versions
Priority
Created February 8, 2013 at 1:55 PM
Updated March 19, 2013 at 2:31 PM
Resolved March 19, 2013 at 2:30 PM
CTStats memory graphs for CTools 2.9 show a continuously increasing permanent consumption of memory. This is apparent in the graphs for free space, perm gen space used and old gen space. Fortunately weekly restarts clean up the problem, but this implies that the weekly restarts are necessary and that we have less and less headroom to cope with abbarent behavior as the week goes on.
The attached image and this graph clearly demonstrate the issue:
https://ctstats.dsc.umich.edu/cgi-bin/drraw.cgi?Mode=view;Template=1329408340.25217;Base=%2Fusr%2Flocal%2Fctools%2Fapp%2Fctools%2Fdata%2F%2Ftomcat%2FCTIR_ctools.traverse.rrd;View=3
We should compare two heap dumps, taken on the same server, on different days in a single week. This would allow the Eclipse memory analyzer tool to find what is different between between the heap dumps and would point to the problematic data. (Yourkit also might be able to do the analysis.)