Friday, June 13, 2008

Increase virtual memory in eclipse

Increasing JVM's virtual memory to avoid core dumps or Out of Memory Error.

1) rt click on ur eclipse.exe or on the shortcut on ur desktop
2) goto shortcut tab and in target specify the jvm vmargs parameter as Xms and Xmx properties.

C:\Suneetha\Dwnld\eclipse\eclipse.exe -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms256M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M


--Sunny

No comments: