Advertisement
Guest User

麥吉

a guest
Aug 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. :start
  3.  
  4. title 麥吉
  5. java -Xmx16G -Xms2G -server -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=4 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts -XX:+CMSParallelRemarkEnabled -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -Xnoclassgc -XX:UseSSE=4 -XX:LargePageSizeInBytes=2m -XX:+PrintGCDateStamps -jar 1.7.10-1492.164-server.jar nogui
  6.  
  7. title Restarting...
  8. timeout /t 30
  9.  
  10. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement