How can I know how much memory Eclipse plugins use (separately)

eclipse, eclipse-plugin, memory, memory-consumption, performance

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

Problem

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

Original source