parent
29133f460f
commit
9b18304fa2
2 changed files with 2 additions and 7 deletions
@ -1,7 +1,5 @@ |
||||
@echo off |
||||
|
||||
start javaw -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=128m -Xms1024m -Xmx1024m -Xmn256m -Xss256k -XX:SurvivorRatio=8 -XX:+UseConcMarkSweepGC ^ |
||||
-Dloader.path=lib,config ^ |
||||
-jar -Dfile.encoding=utf-8 -Duser.timezone=GMT+08 -Duser.language=zh -Duser.region=CN ./ms-mcms.jar |
||||
start javaw -jar -Dfile.encoding=utf-8 -Duser.timezone=GMT+08 -Duser.language=zh -Duser.region=CN ./ms-mcms.jar |
||||
:: > boot.log 2>&1 |
||||
exit |
||||
@ -1,6 +1,3 @@ |
||||
#!/bin/sh |
||||
|
||||
java -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=128m -Xms1024m -Xmx1024m -Xmn256m -Xss256k -XX:SurvivorRatio=8 -XX:+UseConcMarkSweepGC \ |
||||
-Dloader.path=lib,config \ |
||||
-jar -Dfile.encoding=utf-8 -Duser.timezone=GMT+08 -Duser.language=zh -Duser.region=CN ./ms-mcms.jar |
||||
java -jar -Dfile.encoding=utf-8 -Duser.timezone=GMT+08 -Duser.language=zh -Duser.region=CN ./ms-mcms.jar |
||||
:: > boot.log 2>&1 |
||||
|
||||
Loading…
Reference in new issue