Created
July 11, 2020 00:44
-
-
Save alexweininger/975e91ef132a153edecac590c9bc1b96 to your computer and use it in GitHub Desktop.
Run Minecraft server with more ram
This file contains hidden or 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
java -Xmx4096M -Xms4096M -jar server.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To run a Minecraft Java edition server with more ram, simply put this file in the server directory and double click it.
To change the amount of ram dedicated to the server, simply change the
4096
value you see in the file. That value is the amount of ram in Megabytes.