Read the following good reviews on Eclipse Memory Analyser. Looks like it can read both SUN JVM HPROF memory dumps as well as IBM JDK dumps.
http://memoryanalyzer.blogspot.in/2010/01/heap-dump-analysis-with-memory-analyzer.html
http://memoryanalyzer.blogspot.in/2010/02/heap-dump-analysis-with-memory-analyzer.html#more
http://www.eclipse.org/mat/
Some other interesting blogs that would help us resolve OOM errors :)
http://www.rallydev.com/engblog/2011/09/20/outofmemoryerror-fun-with-heap-dump-analysis/
http://www.rallydev.com/engblog/2012/03/16/java-memory-problems-why-is-my-heap-exhausted/
There is also a good article that contains sample code to simulate a Java OOM error and uses the Memory Analyser tool to identify the root cause of the error - http://www.javacodegeeks.com/2012/05/gc-overhead-limit-exceeded-java-heap.html
http://memoryanalyzer.blogspot.in/2010/01/heap-dump-analysis-with-memory-analyzer.html
http://memoryanalyzer.blogspot.in/2010/02/heap-dump-analysis-with-memory-analyzer.html#more
http://www.eclipse.org/mat/
Some other interesting blogs that would help us resolve OOM errors :)
http://www.rallydev.com/engblog/2011/09/20/outofmemoryerror-fun-with-heap-dump-analysis/
http://www.rallydev.com/engblog/2012/03/16/java-memory-problems-why-is-my-heap-exhausted/
There is also a good article that contains sample code to simulate a Java OOM error and uses the Memory Analyser tool to identify the root cause of the error - http://www.javacodegeeks.com/2012/05/gc-overhead-limit-exceeded-java-heap.html
No comments:
Post a Comment