Created
September 2, 2015 20:52
-
-
Save hatemzidi/020a8880b4034c288c0b to your computer and use it in GitHub Desktop.
Tunning IntelliJ VM options for better performance on MacOS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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