IntelliJCode Style
VM OptionsHere's the idea.vmoptions file I use: -Xss128K -Xms250M -Xmx500M -XX:PermSize=100M -XX:MaxPermSize=200M -XX:MaxGCPauseMillis=10 -XX:MaxHeapFreeRatio=60 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -Dsun.awt.keepWorkingSetOnMinimize=true -Didea.no.jdk.check=true If you have lots of RAM, I'd set the max heap size even higher. |