Eclipse Memory Analyzer can be used to find the memory leaks.
Leak Suspects:- Install Eclipse Memory Analyzer http://www.eclipse.org/mat/downloads.php
- Click Open Heap Dump File, select the .hprof file
- Go to Overview and check Biggest Objects by Retained Size
- Click "Leak Suspects" and verify the high "Retained Heap" classes
- Click "Dominator Tree view" to look individual objects and retained heap.
Biggest Objects by Retained Size:
No comments:
Post a Comment