Skip to content

Instantly share code, notes, and snippets.

@nm3mon
Created December 9, 2013 15:38
Show Gist options
  • Save nm3mon/7874107 to your computer and use it in GitHub Desktop.
Save nm3mon/7874107 to your computer and use it in GitHub Desktop.
Intellij idea vmoptions
<string>-Xms512m -Xmx860m -XX:MaxPermSize=250m -XX:+UseConcMarkSweepGC -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:-TraceClassUnloading -Dfile.encoding=UTF-8 -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xbootclasspath/a:../lib/boot.jar</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment