Skip to content

Instantly share code, notes, and snippets.

@zafarella
Created November 14, 2016 04:18
Show Gist options
  • Save zafarella/0399c729557f2e7485bf0ef2e6d600e8 to your computer and use it in GitHub Desktop.
Save zafarella/0399c729557f2e7485bf0ef2e6d600e8 to your computer and use it in GitHub Desktop.
IntelliJ IDEA 2016.2.5 VM options for better response time. (OSX 16GB) -> Help -> Edit custom VM options
-Xms128m
-Xmx1g
-XX:ReservedCodeCacheSize=240m
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:+CMSParallelRemarkEnabled
-XX:ConcGCThreads=4
-XX:+AlwaysPreTouch
-XX:+TieredCompilation
-XX:+UseCompressedOops
-XX:SoftRefLRUPolicyMSPerMB=50
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
@tieorange
Copy link

Thanks!

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