Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MemoryAnalyzer/Learning Material"

Line 20: Line 20:
 
= Presentations =
 
= Presentations =
  
[https://www.youtube.com/watch?v=sLoifF_YA4w], San Diego Java User Group, Kevin Grigorenko, June 2019
+
[https://www.youtube.com/watch?v=sLoifF_YA4w Eclipse Memory Analyzer Tool Video], San Diego Java User Group, Kevin Grigorenko, June 2019
  
 
[http://www.slideshare.net/AJohnson1/extending-eclipse-memory-analyzer Eclipse Summit Europe], Ludwigsburg, 4 November '10
 
[http://www.slideshare.net/AJohnson1/extending-eclipse-memory-analyzer Eclipse Summit Europe], Ludwigsburg, 4 November '10

Revision as of 13:43, 13 August 2019


Tutorials

Eclipse Memory Analyzer Tutorial by Lars Vogel. July 6, 2016

Automated Heap Dump Analysis: Finding Memory Leaks with One Click by Krum Tsvetkov, part of the Memory Analyzer blog

10 Tips for using the Eclipse Memory Analyzer by Ian Bull. January 21, 2013

Analyzing the Memory Consumption of Eclipse by Markus Kohler.

Detect duplicated/conflicting libs/classes by Aurelien Pupier

Analyzing Java Collections Usage with Memory Analyzer

The Memory Analyzer grew up at SAP. Back then, Krum blogged about Finding Memory Leaks with SAP Memory Analyzer. The content is still relevant.

Debugging from dumps - Diagnose more than memory leaks with Memory Analyzer by Chris Bailey, Andrew Johnson, and Kevin Grigorenko. March 15, 2011

Presentations

Eclipse Memory Analyzer Tool Video, San Diego Java User Group, Kevin Grigorenko, June 2019

Eclipse Summit Europe, Ludwigsburg, 4 November '10

TheServerSide Java Symposium - Europe, Prague, October '09

JavaOne, San Francisco, June '09

Eclipse Summit Europe Ludwigsburg, 20 November, '08

JavaOne, San Francisco, May '08

EclipseCon, March '08 (Slides)

JavaOne, San Francisco, May '07

Back to the top