Skip to content

Instantly share code, notes, and snippets.

@peterkc
Forked from edwardbeckett/idea64.exe.vmoptions
Created June 13, 2016 21:53
Show Gist options
  • Save peterkc/634edf814225dc42a6d5b2af5ed6b44a to your computer and use it in GitHub Desktop.
Save peterkc/634edf814225dc42a6d5b2af5ed6b44a to your computer and use it in GitHub Desktop.
Java 8 Intellij 64 JVM Options
-server
-Xms2g
-Xmx2g
-Xss16m
-XX:+UseConcMarkSweepGC
-XX:+CMSParallelRemarkEnabled
-XX:ConcGCThreads=4
-XX:ReservedCodeCacheSize=128m
-XX:+AlwaysPreTouch
-XX:+TieredCompilation
-XX:+UseCompressedOops
-XX:SoftRefLRUPolicyMSPerMB=50
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-ea
-Dsun.io.useCanonCaches=false
-agentlib:yjpagent=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=IntelliJIdea16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment