Sunday, August 8, 2010

PermGen Space eclipse


One of the reason is due to changes in "Java 6u21 distribution"

The change was done in "java.dll" to replace "Sun MicroSystems" to "Oracle Corporation"

Solutions :

1, Degrade to java 6u20 version

2, modify PermGen Space by starting eclipse with "-vmargs -XX:PermSize=64M -XX:MaxPermSize=128M" as options

Ex: eclipse -vmargs -XX:PermSize=64M -XX:MaxPermSize=128M


No comments:

Post a Comment