Last active
April 11, 2023 09:11
-
-
Save dinesh-chander/b11cd15e8f5e0dfc2babe4ecf99dfbd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -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