Hello,
Is there a way I can control the garbage collection in Eclipse? If its not part of Eclipse, can I get some plugin to show me interesting statistics?
I understand that I can do Garbage Collection by:
Thanks in advance.Code:System.gc();
Printable View
Hello,
Is there a way I can control the garbage collection in Eclipse? If its not part of Eclipse, can I get some plugin to show me interesting statistics?
I understand that I can do Garbage Collection by:
Thanks in advance.Code:System.gc();
Add Java VM startup options to improve Garbage Collection.
Example:
eclipse.exe -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M
-XX:MaxNewSize=32M -XX:NewSize=32M -Xmx256m -Xms256m
Hi,
There are many plug-ins available for eclipse.you can try following plug-in which i am currently using for my IDE.
KyrSoft
Regards,
Simi