From 11b5d1f127ad60312e492dc01b3705a9e955cbe5 Mon Sep 17 00:00:00 2001 From: mups Date: Sun, 14 Jul 2024 01:24:54 +0000 Subject: [PATCH] Update astral memory --- hosts/mups/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mups/configuration.nix b/hosts/mups/configuration.nix index 7d735b6..b1ff604 100644 --- a/hosts/mups/configuration.nix +++ b/hosts/mups/configuration.nix @@ -24,7 +24,7 @@ in { mods.unfree.minecraft.enable = true; mods.server.astral.enable = true; - mods.server.astral.memory = "2G"; + mods.server.astral.memory = "3G"; # Use the GRUB 2 boot loader. boot.loader.grub.enable = true;