From 55419c6c77cf800f2135ef943d16ecc0780f8ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 30 Sep 2024 16:40:57 +0200 Subject: [PATCH] Try using all 24 cores --- tests/pixelfed-garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pixelfed-garage.nix b/tests/pixelfed-garage.nix index 92ef721..70e717d 100644 --- a/tests/pixelfed-garage.nix +++ b/tests/pixelfed-garage.nix @@ -134,7 +134,7 @@ pkgs.nixosTest { virtualisation = { memorySize = lib.mkVMOverride 8192; - cores = 8; + cores = 24; }; imports = with self.nixosModules; [ bleedingFediverse garage-vm pixelfed-vm ]; # TODO: pair down