Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. while true; do
  2.   rm Wilderness/data/scoreboard.dat
  3.   java -Xmx4G -Xms4G -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=45 -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -jar spigot111.jar nogui
  4.   sleep 5
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement