Skip to content

Commit

Permalink
去掉windows脚本中的中文,解决windows平台下启动失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Apr 19, 2023
1 parent 083b07f commit c159ff9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distribution/src/main/scripts/wildfirechat.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ rem set JAVA_OPTS=%JAVA_OPTS% -XX:+UseGCLogFileRotation
rem set JAVA_OPTS=%JAVA_OPTS% -XX:NumberOfGCLogFiles=10
rem set JAVA_OPTS=%JAVA_OPTS% -XX:GCLogFileSize=10M"

rem 如果JDK版本是9及以上,请打开这个配置
rem If the JDK version is 9 or above, please open this configuration.
rem set JAVA_OPTS=%JAVA_OPTS% --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED


echo
echo "Please set Xmx and Xms parameters!"
echo "Please set Xmx and Xms parameters!"
Expand Down

0 comments on commit c159ff9

Please sign in to comment.