From 5cb1285c85c2491770148d4270b1e028ed476962 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 23 Jul 2023 09:21:03 -0600 Subject: [PATCH] vault backup: 2023-07-23 09:21:03 --- Setting up a Minecraft server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index 698cdb1..220eb08 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -52,7 +52,7 @@ wget https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba5990 # server.jar is the name of the server you just downloaded # nogui is a commandline argument passed to the server that says # to start without a gui -java -jar -XmX4M -Xms512M server.jar nogui +java -jar -XmX4G -Xms512M server.jar nogui ``` The first time you will get an error about an EULA, you need to look for `EULA.txt` in the same directory as the server jar, and edit the file with a text editor (`vim`, `nano`) to agree. Run it again, and you should see it generating the world