Skip to content

Instantly share code, notes, and snippets.

@rz7d
Created March 8, 2020 08:21
Show Gist options
  • Save rz7d/dd1ce1c1b8fa69cbf04987ae051cd69c to your computer and use it in GitHub Desktop.
Save rz7d/dd1ce1c1b8fa69cbf04987ae051cd69c to your computer and use it in GitHub Desktop.
-Xms256M
-Xmx2048M
-XX:MetaspaceSize=256M
-XX:+UnlockExperimentalVMOptions
-XX:MaxTenuringThreshold=15
-XX:+UseG1GC
-XX:+UseGCOverheadLimit
-XX:+ExplicitGCInvokesConcurrent
-XX:+UseStringDeduplication
-Xverify:none
-da
-XX:+EnableJVMCI
-XX:+UseJVMCICompiler
-XX:CICompilerCount=2
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Dsun.io.useCanonPrefixCache=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djdk.attach.allowAttachSelf=true
-Djdk.module.illegalAccess.silent=true
-Dkotlinx.coroutines.debug=off
-Dide.no.platform.update=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment