Skip to content

Instantly share code, notes, and snippets.

@ilguzin
Last active March 21, 2022 14:46
Show Gist options
  • Save ilguzin/6020392 to your computer and use it in GitHub Desktop.
Save ilguzin/6020392 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
@mjallday
Copy link

👍 also works for intellij 14

@jbubsk
Copy link

jbubsk commented Oct 16, 2015

👍 works good for WebStorm 10 as well

@cholick
Copy link

cholick commented Jan 24, 2016

Would love a little more detail on the whys of the various flags.

@kocokolo
Copy link

kocokolo commented Jul 2, 2016

so good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment