File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,10 @@ A heap dump can be obtained from following command to look at the object referen
4040jmap -dump:file=target/heap.hprof $( pgrep -f memoryref)
4141```
4242
43- Use [ Eclipse Memory Analyzer Tool (MAT)] [ mat ] to analyze the heap dump.
43+ Use [ Eclipse Memory Analyzer Tool (MAT)] ( https://www.eclipse.org/ mat/ ) to analyze the heap dump.
4444
4545For more information, read following story based on this sample application.
4646
47- [ Basic concepts of Java heap dump analysis with Eclipse Memory Analyzer Tool (MAT)] [ medium ]
48-
49- [ mat ] :(https://www.eclipse.org/mat/)
50- [ medium ] :(https://medium.com/@chrishantha/basic-concepts-of-java-heap-dump-analysis-with-mat-e3615fd79eb)
47+ [ Basic concepts of Java heap dump analysis with Eclipse Memory Analyzer Tool (MAT)] ( https://medium.com/@chrishantha/basic-concepts-of-java-heap-dump-analysis-with-mat-e3615fd79eb )
5148
5249Note: Images were created using [ draw.io] ( https://www.draw.io/ ) .
You can’t perform that action at this time.
0 commit comments