stServer suggested Java arguments
![Image](https://aspc.jobtrack.com.au/docs/web/st/help/java8.png?c=3&max-width=350)
Below are the standard JVM server parameters.
G1 Garbage Collector
- -XX:+UseG1GC
- Turn on the G1 garbage collector.
- -XX:MaxGCPauseMillis=250
- Target a maximum pause time of no more than 250 milliseconds.
Below are the standard JVM server parameters.