Skip to content

Instantly share code, notes, and snippets.

@yunlingz
Created June 23, 2020 13:25
Show Gist options
  • Select an option

  • Save yunlingz/d2f28c0d2579c0d28e024573336c0278 to your computer and use it in GitHub Desktop.

Select an option

Save yunlingz/d2f28c0d2579c0d28e024573336c0278 to your computer and use it in GitHub Desktop.
-Xss2m
-Xms256m
-Xmx2000m
-XX:NewSize=128m
-XX:MaxNewSize=128m
-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_clion_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_clion.hprof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment