diff --git a/deployment/check/common/deployerNode.nix b/deployment/check/common/deployerNode.nix index 3e780982..a906de07 100644 --- a/deployment/check/common/deployerNode.nix +++ b/deployment/check/common/deployerNode.nix @@ -40,7 +40,7 @@ in ## default. These values have been trimmed down to the gigabyte. ## Memory use is expected to be dominated by the NixOS evaluation, ## which happens on the deployer. - memorySize = 4 * 1024; + memorySize = 5 * 1024; diskSize = 4 * 1024; cores = 2; };