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/10/en"

From Pixelmon Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
==== Starting on Windows ====
 
==== Starting on Windows ====
# If you haven't yet, enable the showing of file extensions by following [https://www.bleepingcomputer.com/tutorials/how-to-show-file-extensions-in-windows/ these steps].
+
# If you haven't already, enable showing file extensions by following [https://www.bleepingcomputer.com/tutorials/how-to-show-file-extensions-in-windows/ this guide].
 
# Within the server's base ('''"root"''') folder, create a new file named <code>start.bat</code> or something similar.
 
# Within the server's base ('''"root"''') folder, create a new file named <code>start.bat</code> or something similar.
 
#* ''Note: You can give the file another name, but make sure it ends in <code>.bat</code>.''
 
#* ''Note: You can give the file another name, but make sure it ends in <code>.bat</code>.''
 
# Right click this file, and click <code>Edit</code>.
 
# Right click this file, and click <code>Edit</code>.
 
# Copy the following contents into the file:
 
# Copy the following contents into the file:
#: <pre>java -Xmx3G -Xms3G -jar forge-[VERSION]-universal.jar nogui&#10;PAUSE</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&#10;PAUSE</pre>
# Replace <code>[VERSION]</code> with the version of Forge you installed. Example:
+
# Replace <code>[VERSION]</code> with the version of Forge you installed. Make sure the file name is an exact match!
#: <pre>java -Xmx3G -Xms3G -jar forge-1.12.2-14.23.3.2655-universal.jar nogui&#10;PAUSE</pre>
 
 
# If necessary, change the amount of allocated memory (<code>-Xmx3G</code>) and the minimum (<code>-Xms3G</code>) to your desired amount.
 
# If necessary, change the amount of allocated memory (<code>-Xmx3G</code>) and the minimum (<code>-Xms3G</code>) to your desired amount.
 
# Save the file and double-click it to start the server.
 
# Save the file and double-click it to start the server.

Latest revision as of 10:16, 29 August 2020

Message definition (Server installation)
==== Starting on Windows ====
# If you haven't already, enable showing file extensions by following [https://www.bleepingcomputer.com/tutorials/how-to-show-file-extensions-in-windows/ this guide].
# Within the server's base ('''"root"''') folder, create a new file named <code>start.bat</code> or something similar.
#* ''Note: You can give the file another name, but make sure it ends in <code>.bat</code>.''
# Right click this file, and click <code>Edit</code>.
# Copy the following contents into the file:
#: <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&#10;PAUSE</pre>
# Replace <code>[VERSION]</code> with the version of Forge you installed. Make sure the file name is an exact match!
# If necessary, change the amount of allocated memory (<code>-Xmx3G</code>) and the minimum (<code>-Xms3G</code>) to your desired amount.
# Save the file and double-click it to start the server.
Translation==== Starting on Windows ====
# If you haven't already, enable showing file extensions by following [https://www.bleepingcomputer.com/tutorials/how-to-show-file-extensions-in-windows/ this guide].
# Within the server's base ('''"root"''') folder, create a new file named <code>start.bat</code> or something similar.
#* ''Note: You can give the file another name, but make sure it ends in <code>.bat</code>.''
# Right click this file, and click <code>Edit</code>.
# Copy the following contents into the file:
#: <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&#10;PAUSE</pre>
# Replace <code>[VERSION]</code> with the version of Forge you installed. Make sure the file name is an exact match!
# If necessary, change the amount of allocated memory (<code>-Xmx3G</code>) and the minimum (<code>-Xms3G</code>) to your desired amount.
# Save the file and double-click it to start the server.

Starting on Windows

  1. If you haven't already, enable showing file extensions by following this guide.
  2. Within the server's base ("root") folder, create a new file named start.bat or something similar.
    • Note: You can give the file another name, but make sure it ends in .bat.
  3. Right click this file, and click Edit.
  4. Copy the following contents into the file:
    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
    PAUSE
  5. Replace [VERSION] with the version of Forge you installed. Make sure the file name is an exact match!
  6. If necessary, change the amount of allocated memory (-Xmx3G) and the minimum (-Xms3G) to your desired amount.
  7. Save the file and double-click it to start the server.

© 2012 - 2025 Pixelmon Mod