Created
August 26, 2020 18:44
-
-
Save blvdmitry/7c6d6b162853862db76b95e12e86496a to your computer and use it in GitHub Desktop.
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
-Xms128m | |
-Xmx750m | |
-XX:ReservedCodeCacheSize=240m | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-ea | |
-XX:CICompilerCount=2 | |
-Dsun.io.useCanonPrefixCache=false | |
-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_webstorm_%p.log | |
-XX:HeapDumpPath=$USER_HOME/java_error_in_webstorm.hprof |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment