Translations:Server installation/11/en
From Pixelmon Wiki
Starting on macOS/Linux
- Open the Terminal or its equivalent.
- Navigate to the home folder by using
cd ~
. Usels
to show the folders accessible from your current location. - Find the folder you installed Forge to. Use
cd FOLDERNAME
to enter a folder, andcd ..
to go back up one level. - In the Terminal, enter (copy and paste) the following command, but do not run it yet:
java -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch -jar forge-[VERSION].jar nogui
- Replace
[VERSION]
with the version of Forge you installed. Make sure the file name is an exact match! - Copy the command somewhere safe for later use.
- Run the command to start the server.