Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java
- -Xms6G -Xmx6G
- -XX:+UseG1GC
- -XX:+UnlockExperimentalVMOptions
- -XX:MaxGCPauseMillis=100
- -XX:+DisableExplicitGC
- -XX:TargetSurvivorRatio=90
- -XX:G1NewSizePercent=50
- -XX:G1MaxNewSizePercent=80
- -XX:InitiatingHeapOccupancyPercent=10
- -XX:G1MixedGCLiveThresholdPercent=50
- -XX:+AggressiveOpts
- -XX:+AlwaysPreTouch
- -jar server.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement