Eclipse release heap back to system

前端 未结 3 1216
轻奢々
轻奢々 2020-12-18 13:09

I\'m using Eclipse 3.6 with latest Sun Java 6 on Linux (64 bit) with a larger number of large projects. In some special circumstances (SVN updates for example) Eclipse needs

3条回答
  •  旧巷少年郎
    2020-12-18 13:27

    You can go to the Preferences -> General and check the Show heap status. This activate a nice view of your heap in the corner of Eclipse. Something like this:

    alt text

    If you click the trash bin, it will try to run garbage collection and return the memory.

提交回复
热议问题