Search code examples
performanceeclipsememoryeclipse-pluginmemory-consumption

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


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


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