Skip to content

Instantly share code, notes, and snippets.

@lanceon
Created December 6, 2014 19:14
Show Gist options
  • Save lanceon/723e614700567a05f948 to your computer and use it in GitHub Desktop.
Save lanceon/723e614700567a05f948 to your computer and use it in GitHub Desktop.
Intellij Idea CE 14 config for 16 Gb RAM
-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
@boronine
Copy link

boronine commented Nov 4, 2015

IntelliJ 15 complains about -Djsse.enableSNIExtension=false. Remove it and it works well.

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