Thursday, September 16, 2010

Netbeans 6.9.x, Performance Optimization

Here's some candidate optimization configuration for improving the resource footprint of Netbeans 6.9.x (from our resident IDE ninja, Garri). I haven't tried it yet, but I'm sure it's worth the try.

Netbeans 6.9.x Configuration For Windows:

netbeans_default_options="-J-Xverify:none -J-client -J-Xss2m -J-Xms128m -J-XX:PermSize=256m -J-XX:MaxPermSize=512m -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true -J-Dapple.awt.graphics.UseQuartz=true"

Netbeans 6.9.x For Ubuntu:
netbeans_default_options="-J-Xverify:none -J-client -J-Xss2m -J-Xms128m -J-Xmx1024m -J-XX:PermSize=256m -J-XX:MaxPermSize=512m -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true"


  • Related Links Widget for Blogspot

No comments: