Created
February 21, 2020 03:35
-
-
Save mkdika/9a1251d684378da77889f8d12802f9a0 to your computer and use it in GitHub Desktop.
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 | |
-Xms1024m | |
-Xmx1024m | |
-XX:ReservedCodeCacheSize=240m | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-ea | |
-XX:CICompilerCount=2 | |
-Dsun.io.useCanonPrefixCache=false | |
-Djava.net.preferIPv4Stack=true | |
-Djdk.http.auth.tunneling.disabledSchemes="" | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow | |
-Djdk.attach.allowAttachSelf=true | |
-Dkotlinx.coroutines.debug=off | |
-Djdk.module.illegalAccess.silent=true | |
-XX:+UseCompressedOops | |
-Dfile.encoding=UTF-8 | |
-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