From 79e4ff1337cd516e57fd221c63cd3e6d29276128 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 27 Jan 2023 23:44:41 -0700 Subject: [PATCH] integrationt-tests: Allocate 4GB RAM to deployer --- 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 6630c20..3c59120 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -140,7 +140,7 @@ let nix.settings.substituters = lib.mkForce []; virtualisation = { - memorySize = 3072; + memorySize = 4096; writableStore = true; additionalPaths = [ "${pkgs.path}"