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