Skip to content

Instantly share code, notes, and snippets.

@blvdmitry
Created August 26, 2020 18:44
Show Gist options
  • Save blvdmitry/7c6d6b162853862db76b95e12e86496a to your computer and use it in GitHub Desktop.
Save blvdmitry/7c6d6b162853862db76b95e12e86496a to your computer and use it in GitHub Desktop.
options
-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