diff --git a/deployment/check/common/deployerNode.nix b/deployment/check/common/deployerNode.nix index 21118113..50d3371d 100644 --- a/deployment/check/common/deployerNode.nix +++ b/deployment/check/common/deployerNode.nix @@ -41,7 +41,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; };