Skip to content

Instantly share code, notes, and snippets.

@syhily
Created August 21, 2020 09:22
Show Gist options
  • Save syhily/158c012b8ca26b460a261901ca63e4ee to your computer and use it in GitHub Desktop.
Save syhily/158c012b8ca26b460a261901ca63e4ee to your computer and use it in GitHub Desktop.
-Xms128m
-Xmx2048m
-Xss256k
-XX:+UseG1GC
-XX:InitiatingHeapOccupancyPercent=65
-XX:G1HeapRegionSize=2
-XX:MaxGCPauseMillis=100
-XX:ReservedCodeCacheSize=240m
-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_goland_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_goland.hprof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment