Skip to content

Instantly share code, notes, and snippets.

@JayWood
Last active April 29, 2020 23:38
Show Gist options
  • Save JayWood/90fe7ae1efa6a562708cce89fd51cc40 to your computer and use it in GitHub Desktop.
Save JayWood/90fe7ae1efa6a562708cce89fd51cc40 to your computer and use it in GitHub Desktop.
## 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