12345678910111213141516171819 |
- echo -关服-
- taskkill /f /im xmds-battle-server.exe
- taskkill /f /im java.exe
- cd BattleServer
- start xmds-battle-server.exe
- cd ..
- xcopy .\config\wwwtest\GameConfig.conf .\GameServer\conf\ /g /e /q /y
- xcopy .\config\wwwtest\GameConfigExt.conf .\GameServer\conf\ /g /e /q /y
- cd GameServer
- title GameServer
- java -server -Xms512m -Xmx512m -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+HeapDumpOnOutOfMemoryError -Xloggc:gc.log -jar mmoarpg-game.jar&
|