R – How to know how much memory Eclipse plugins use (separately)

eclipseeclipse-pluginmemorymemory-consumptionperformance

Is there a way to know how much memory is consumed by each Eclipse plugin separately?

Best Solution

Take a heap dump and analyse it with e.g. the Eclipse Memory Analyser.

For more information, see Analyzing Equinox Bundle Dependencies with Memory Analyzer