From 87eb6c2f4c6ba292e5d51809452f9c5b3e8ad153 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 1 Sep 2024 13:06:00 -0400 Subject: [PATCH] integration-tests/tools: Increase deployer memory to 6 GiB OOMs with nix-eval-jobs --- integration-tests/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/tools.nix b/integration-tests/tools.nix index a1f5df8..5ed43ee 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -140,7 +140,7 @@ let nix.settings.substituters = lib.mkForce []; virtualisation = { - memorySize = 4096; + memorySize = 6144; writableStore = true; additionalPaths = [ "${pkgs.path}"