Created
May 20, 2020 17:16
-
-
Save isaax2/5ec9a67458a5e925b477f875d507d4f3 to your computer and use it in GitHub Desktop.
Custom Intellij Idea Options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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