From e4d9fe3b4dc310331ef59e88d5312fa69d3e8754 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 29 Dec 2023 21:41:10 -0500 Subject: [PATCH] minecraft: set memory to 4g --- hosts/sora/services/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sora/services/minecraft.nix b/hosts/sora/services/minecraft.nix index 224ecc9..995ffb8 100644 --- a/hosts/sora/services/minecraft.nix +++ b/hosts/sora/services/minecraft.nix @@ -7,7 +7,7 @@ _: { environment = { EULA = "TRUE"; VERSION = "1.19.2"; - MEMORY = "8G"; + MEMORY = "4G"; TYPE = "FABRIC"; FABRIC_LOADER_VERSION = "0.14.23"; FABRIC_LAUNCHER_VERSION = "0.11.2";