Created
December 14, 2012 10:33
-
-
Save bcourtine/4284403 to your computer and use it in GitHub Desktop.
Tunning IntelliJ VM options for better performance
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
-Xms256m | |
-Xmx1024m | |
-ea | |
-server | |
-Dsun.io.useCanonCaches=false | |
-XX:MaxPermSize=250m | |
-XX:ReservedCodeCacheSize=64m | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseConcMarkSweepGC | |
-XX:+AggressiveOpts | |
-XX:+CMSClassUnloadingEnabled | |
-XX:-TraceClassUnloading | |
-XX:+CMSIncrementalMode | |
-XX:+CMSIncrementalPacing | |
-XX:CMSIncrementalDutyCycleMin=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment