Create: Above and Beyond

Create: Above and Beyond

2M Downloads

Server command listed on wiki page has typo

visceralfield opened this issue ยท 0 comments

commented

On this page: https://github.com/simibubi/Above-and-Beyond/wiki

This command is shown for launching the server:

java -Xmx8G -Xms8G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent0 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+UseG1GC -jar forge-1.16.5-36.2.8.jar nogui

This command includes -XX:G1NewSizePercent0 which is not a valid JRE flag. I believe you missed an equals sign, as -XX:G1NewSizePercent=0 would be valid.