Skip to content

Instantly share code, notes, and snippets.

@isaax2
Created May 20, 2020 17:16
Show Gist options
  • Save isaax2/5ec9a67458a5e925b477f875d507d4f3 to your computer and use it in GitHub Desktop.
Save isaax2/5ec9a67458a5e925b477f875d507d4f3 to your computer and use it in GitHub Desktop.
Custom Intellij Idea Options
# custom IntelliJ IDEA VM options
-Xms2048m
-Xmx4096m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=240m
-XX:+UseCompressedOops
-Dfile.encoding=UTF-8
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Xverify:none
-XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment