Skip to content

Instantly share code, notes, and snippets.

@cholick
Forked from ilguzin/idea.vmoptions
Created January 24, 2016 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cholick/2f87026eb0cfe16db2ae to your computer and use it in GitHub Desktop.
Save cholick/2f87026eb0cfe16db2ae to your computer and use it in GitHub Desktop.
High performance Mac OS X IntelliJ IDEA options: /Applications/IntelliJ IDEA 12 CE.app/bin/idea.vmoptions
-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