Created
December 6, 2014 19:14
-
-
Save lanceon/723e614700567a05f948 to your computer and use it in GitHub Desktop.
Intellij Idea CE 14 config for 16 Gb RAM
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
-server | |
-Xms4g | |
-Xmx8g | |
-XX:NewRatio=2 | |
-XX:+AggressiveOpts | |
-XX:MaxPermSize=384m | |
-XX:ReservedCodeCacheSize=225m | |
-XX:-TraceClassUnloading | |
-XX:+UseFastAccessorMethods | |
-XX:+OptimizeStringConcat | |
-XX:+UseStringCache | |
-XX:+UseCodeCacheFlushing | |
-Xss2m | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-Djsse.enableSNIExtension=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IntelliJ 15 complains about
-Djsse.enableSNIExtension=false
. Remove it and it works well.