Last active
April 29, 2020 23:38
-
-
Save JayWood/90fe7ae1efa6a562708cce89fd51cc40 to your computer and use it in GitHub Desktop.
This file contains 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
## Put on separate lines for readability. | |
-d64 | |
-server | |
-XX:+AggressiveOpts | |
-XX:ParallelGCThreads=3 | |
-XX:+UseConcMarkSweepGC | |
-XX:+UnlockExperimentalVMOptions | |
-XX:+UseParNewGC | |
-XX:+ExplicitGCInvokesConcurrent | |
-XX:MaxGCPauseMillis=10 | |
-XX:GCPauseIntervalMillis=50 | |
-XX:+UseFastAccessorMethods | |
-XX:+OptimizeStringConcat | |
-XX:NewSize=84m | |
-XX:+UseAdaptiveGCBoundary | |
-XX:NewRatio=3 | |
-Ddeployment.trace=true | |
-Ddeployment.log=true | |
-Ddeployment.trace.level=all | |
-XX:+DisableExplicitGC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment