Feb 20
Eclipse Tip – Show heap status
Posted by James Netherton | Friday 20 February 2009 21:57 PM | In Programming
I can’t believe I never knew about this!
In Eclipse choose menu option Window -> preferences. Then check the option ‘Show Heap Status’. A new item will appear within the window status bar which shows the amount of heap space currently being used. The cool bit is that there’s a button that allows you to run the garbage collector to free up some heap space.
It comes in handy if you find Eclipse starts getting slow when it approaches the maximum allowed limit of heap space.