From 7d3bee42f17b4dc8309537068db8230c6102d97f Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Mon, 5 May 2025 03:21:34 -0400 Subject: [PATCH] minecraft: lower ram --- 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 e42f301..adfe6eb 100644 --- a/hosts/sora/services/minecraft.nix +++ b/hosts/sora/services/minecraft.nix @@ -7,7 +7,7 @@ _: { environment = { EULA = "TRUE"; VERSION = "1.21.1"; - MEMORY = "12G"; + MEMORY = "6G"; TYPE = "NEOFORGE"; }; volumes = ["/home/notoh/docker/modded-mc:/data:rw"];