Skip to content

Instantly share code, notes, and snippets.

@igoticecream
Created January 31, 2017 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igoticecream/682852f68a4d9d4e5c1e22d87d6dd767 to your computer and use it in GitHub Desktop.
Save igoticecream/682852f68a4d9d4e5c1e22d87d6dd767 to your computer and use it in GitHub Desktop.
Custom IntelliJ IDEA VM options
# custom IntelliJ IDEA VM options
-server
-Xms2g
-Xmx2g
-XX:NewRatio=3
-Xss16m
-XX:+UseConcMarkSweepGC
-XX:+CMSParallelRemarkEnabled
-XX:ConcGCThreads=4
-XX:ReservedCodeCacheSize=240m
-XX:+AlwaysPreTouch
-XX:+TieredCompilation
-XX:+UseCompressedOops
-XX:SoftRefLRUPolicyMSPerMB=50
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
-ea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment