Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

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 and navigate to the folder you installed Forge to.
+
# 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 -Xms3G -jar forge-[VERSION]-universal.jar nogui</pre>
+
# 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. Example:
+
# In the Terminal, enter (copy and paste) the following command, but do not run it yet:
#: <pre>java -Xmx3G -Xms3G -jar forge-1.12.2-14.23.3.2655-universal.jar nogui</pre>
+
#: <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

Message definition (Server installation)
==== Starting on macOS/Linux ====
# Open the Terminal or its equivalent.
# Navigate to the home folder by using <code>cd ~</code>. Use <code>ls</code> to show the folders accessible from your current location.
# 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.
# 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.
# Run the command to start the server.
Translation==== Starting on macOS/Linux ====
# Open the Terminal or its equivalent.
# Navigate to the home folder by using <code>cd ~</code>. Use <code>ls</code> to show the folders accessible from your current location.
# 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.
# 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.
# Run the command to start the server.

Starting on macOS/Linux

  1. Open the Terminal or its equivalent.
  2. Navigate to the home folder by using cd ~. Use ls to show the folders accessible from your current location.
  3. Find the folder you installed Forge to. Use cd FOLDERNAME to enter a folder, and cd .. to go back up one level.
  4. 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
  5. Replace [VERSION] with the version of Forge you installed. Make sure the file name is an exact match!
  6. Copy the command somewhere safe for later use.
  7. Run the command to start the server.

© 2012 - 2025 Pixelmon Mod