How can I reduce Eclipse Ganymede's memory use?

后端 未结 13 1135
野性不改
野性不改 2020-12-02 05:33

I use the recent Ganymede release of Eclipse, specifically the distro for Java EE and web developers. I have installed a few additional plugins (e.g. Subclipse, Spring, Find

13条回答
  •  北荒
    北荒 (楼主)
    2020-12-02 06:09

    Just for information,

    • you can add

      -Dcom.sun.management.jmxremote

    to your eclise.ini file, launch eclipse and then monitor its memory usage through 'jconsole.exe' found in your jdk installation.

    C:\[jdk1.6.0_0x path]\bin\jconsole.exe
    

    Choose 'Connection / New connection / 'eclipse' to monitor the memory used by eclipse

    • always use the latest jvm to launch your eclipse (that does not prevent you to use any other jfk to compile your project within eclipse)

提交回复
热议问题