Skip to content

Instantly share code, notes, and snippets.

@hatemzidi
Created September 2, 2015 20:52
Show Gist options
  • Save hatemzidi/020a8880b4034c288c0b to your computer and use it in GitHub Desktop.
Save hatemzidi/020a8880b4034c288c0b to your computer and use it in GitHub Desktop.
Tunning IntelliJ VM options for better performance on MacOS X
-ea
-server
-Xms512m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:MaxMetaspaceSize=512m
-XX:ReservedCodeCacheSize=256m
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:+UseCompressedOops
-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