Comments
1 comment
-
Hello Joe,
The analysis can be done in many ways, but I think the next step for me would be to have a look in the all objects tab, filter the type of object with the most live instances, and sort it by age. The objects that are surviving the most garbage collections, I think, would be the 'problem children' to weed out first.
Add comment
Please sign in to leave a comment.
OK, I look at the Live and total of memory and see that between snapshots these are staying the same on some classes.
Know is is safe to save because the two values are staying the same that this is a memory problem.
Now, how do I further investigate the problem. I know there is probably nothing that will just point right at it but the class view simply tell me the class name. Do I now look into objects? How do I go about looking at them to dig deeper into the problem.
Thanks
Joe