Skip to content

Instantly share code, notes, and snippets.

@Gohan
Forked from bcourtine/idea.vmoptions
Last active August 29, 2015 14:09
Show Gist options
  • Save Gohan/9321937a250b59b985d5 to your computer and use it in GitHub Desktop.
Save Gohan/9321937a250b59b985d5 to your computer and use it in GitHub Desktop.
-Xms256m
-Xmx1024m
-ea
-server
-Dsun.io.useCanonCaches=false
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=64m
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:-TraceClassUnloading
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:CMSIncrementalDutyCycleMin=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment