Difference between revisions of "Translations:Server installation/11/en"
From Pixelmon Wiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
==== Starting on macOS/Linux ==== | ==== Starting on macOS/Linux ==== | ||
− | # Open the Terminal or its equivalent | + | # Open the Terminal or its equivalent. |
− | # In the Terminal, enter the following command but do not run it yet: | + | # Navigate to the home folder by using <code>cd ~</code>. Use <code>ls</code> to show the folders accessible from your current location. |
− | #: <pre>java -Xmx3G - | + | # Find the folder you installed Forge to. Use <code>cd FOLDERNAME</code> to enter a folder, and <code>cd ..</code> to go back up one level. |
− | # Replace <code>[VERSION]</code> with the version of Forge you installed. | + | # In the Terminal, enter (copy and paste) the following command, but do not run it yet: |
− | + | #: <pre>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</pre> | |
+ | # Replace <code>[VERSION]</code> with the version of Forge you installed. Make sure the file name is an exact match! | ||
# Copy the command somewhere safe for later use. | # Copy the command somewhere safe for later use. | ||
# Run the command to start the server. | # Run the command to start the server. |
Latest revision as of 10:16, 29 August 2020
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.