Learn how to troubleshoot OutOfMemoryError using the Eclipse MAT tool. You will learn best practices, cool tips & tricks to debug memory problems effectively. Watch this video to know more!
Continue reading “Troubleshooting OutOfMemoryError – Heap dump, Eclipse MAT”Java – Missing font – Crashing App!
Eclipse MAT, Heaphero are all popular java tools to analyze large size heap dumps. Recently we ran in to an interesting problem when trying to analyze a heap dump file in Eclipse MAT. Tool was crashing because of missing font 😊. We thought we will share with you what we found out.
Continue reading “Java – Missing font – Crashing App!”HeapHero Web – Remote Location
In HeapHero enterprise edition web tool we have introduced a new feature called Remote Location. Using this feature now you can pass the http(s) URL location of your heap dump in the request.
Continue reading “HeapHero Web – Remote Location”ECLIPSE MAT – INCOMING REFERENCES, OUTGOING REFERENCES
Eclipse Memory Analyzer (MAT) is a powerful tool for heap dump analysis. It has several great features to debug memory problems effectively. ‘Incoming references’ and ‘outgoing references’ is one such feature. In this article let’s discuss about ‘incoming references’, ‘outgoing references’ and difference between them.
Continue reading “ECLIPSE MAT – INCOMING REFERENCES, OUTGOING REFERENCES”