From da4c9eb47b5af5e64bd10836b133cab71e731bcb Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Mon, 3 Jun 2024 22:59:49 -0700 Subject: [PATCH] tests/armagetronad: increase memory allocation --- nixos/tests/armagetronad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/armagetronad.nix b/nixos/tests/armagetronad.nix index ca93ce8fb6c5..0fe197860a54 100644 --- a/nixos/tests/armagetronad.nix +++ b/nixos/tests/armagetronad.nix @@ -13,7 +13,7 @@ let { imports = [ ./common/user-account.nix ./common/x11.nix ]; hardware.graphics.enable = true; - virtualisation.memorySize = 256; + virtualisation.memorySize = 384; environment = { systemPackages = [ pkgs.armagetronad ]; variables.XAUTHORITY = "/home/${user}/.Xauthority";