Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 864
xgomez Avatar asked Jan 23 '23 12:01

xgomez


1 Answers

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

like image 188
Robert Munteanu Avatar answered Jan 30 '23 00:01

Robert Munteanu