From cbdb68aed944ee9f1901bbd6b9cf56304bc8b4e5 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 25 Jan 2026 12:47:51 +0000 Subject: [PATCH] Update game-servers.nix --- services/game-servers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/game-servers.nix b/services/game-servers.nix index 7ac706a..639921e 100644 --- a/services/game-servers.nix +++ b/services/game-servers.nix @@ -10,6 +10,7 @@ environment = { SERVER_NAME = "Nordhammer.it Hytale Server"; MAX_PLAYERS = "50"; + MEMORY = "8G"; # Increased from 4G to 8G ENABLE_BACKUP = "true"; BACKUP_FREQUENCY = "30"; PASSWORD = "DukeSmells";