Skip to content

Instantly share code, notes, and snippets.

@bcourtine
Created December 14, 2012 10:33
Show Gist options
  • Save bcourtine/4284403 to your computer and use it in GitHub Desktop.
Save bcourtine/4284403 to your computer and use it in GitHub Desktop.
Tunning IntelliJ VM options for better performance
-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