Skip to content

Instantly share code, notes, and snippets.

@dinesh-chander
Last active April 11, 2023 09:11
Show Gist options
  • Select an option

  • Save dinesh-chander/b11cd15e8f5e0dfc2babe4ecf99dfbd6 to your computer and use it in GitHub Desktop.

Select an option

Save dinesh-chander/b11cd15e8f5e0dfc2babe4ecf99dfbd6 to your computer and use it in GitHub Desktop.
-Xms256m
-Xmx1600m
-Dfile.encoding=UTF-8
-XX:+UseG1GC
-XX:ParallelGCThreads=4
-XX:ConcGCThreads=4
-XX:+ExplicitGCInvokesConcurrent
-XX:+UseAdaptiveGCBoundary
-XX:CompileThreshold=2000
-XX:+AlwaysPreTouch
-XX:+UseCodeCacheFlushing
-XX:+OptimizeStringConcat
-XX:+UseCodeCacheFlushing
-XX:+TieredCompilation
-XX:+UseTransparentHugePage
-XX:+UseStringDeduplication
-XX:AutoBoxCacheMax=2000
-XX:+DoEscapeAnalysis
-Xlog:class+unload=off
-ea
-Dsun.io.useCanonCaches=false
-Dsun.awt.keepWorkingSetOnMinimize=true
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djsse.enablesSNIExtension=false
-XX:-OmitStackTraceInFastThrow
-Dsun.net.client.defaultConnectTimeout=5000
-Dsun.net.client.defaultReadTimeout=5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment