Created
June 9, 2019 22:03
-
-
Save helmerdavila/567fc5b7523bba4e8e87825422618da7 to your computer and use it in GitHub Desktop.
Run Java Minecraft server script (Windows 10)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Save this in your Minecraft server folder as launch_server.bat | |
:: Then. Right click in this file and Run as admin | |
:: Update the ram memory values below as you want | |
cd %~dp0 | |
java -Xms2048M -Xmx3084M -jar %~dp0server.jar nogui | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment