Skip to content

Instantly share code, notes, and snippets.

@theand
Created April 22, 2019 11:33
Show Gist options
  • Save theand/9c4a79d5864704accb39a76bfa312cb2 to your computer and use it in GitHub Desktop.
Save theand/9c4a79d5864704accb39a76bfa312cb2 to your computer and use it in GitHub Desktop.
intellij vmoptions
-server
-ea
-Xmx3072m
-Xms1536m
-XX:+UseG1GC
-XX:-UseParNewGC
-XX:-UseConcMarkSweepGC
-XX:ReservedCodeCacheSize=240m
-XX:+OmitStackTraceInFastThrow
-Dsun.io.useCanonCaches=false
-Dide.no.platform.update=true
-XX:+UseCompressedOops
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
-XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
-XX:SoftRefLRUPolicyMSPerMB=50
-Dfile.encoding=UTF-8
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-Xverify:none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment