Skip to content

Instantly share code, notes, and snippets.

@ParadauxDev
Created July 7, 2019 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ParadauxDev/584f48c42614653aca368d44746388b9 to your computer and use it in GitHub Desktop.
Save ParadauxDev/584f48c42614653aca368d44746388b9 to your computer and use it in GitHub Desktop.
modifications

Start Command

java -Xms{{SERVER_MEMORY}}M -Xmx{{SERVER_MEMORY}}M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs -jar {{SERVER_JARFILE}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment