Skip to content

Instantly share code, notes, and snippets.

@supaket
Forked from ilguzin/idea.vmoptions
Created December 21, 2013 18:56
Show Gist options
  • Save supaket/8073372 to your computer and use it in GitHub Desktop.
Save supaket/8073372 to your computer and use it in GitHub Desktop.
-server
-Xms512m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:CMSIncrementalDutyCycleMin=0
-XX:-TraceClassUnloading
-XX:+TieredCompilation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment