别人的世界

启动参数优化

1
2
3
4
5
6
title Isekai Lifes Fantasy
java -Xms6G -Xmx6G -Duser.timezone=GMT+8 -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -jar forge-1.16.5-36.2.0.jar
java -Xms6G -Xmx6G -server -jar forge-1.16.5-36.2.0.jar nogui
java -Xms6G -Xmx6G -server -jar forge-1.16.5-36.2.0.jar nogui
pause

默认启动项

1
java -Duser.timezone=GMT+8 -Dfile.encoding=UTF-8 -Dfml.queryResult=confirm -server -jar forge-1.12.2-14.23.5.2860.jar nogui