integration-tests/tools: Increase deployer memory to 6 GiB

OOMs with nix-eval-jobs
This commit is contained in:
Zhaofeng Li 2024-09-01 13:06:00 -04:00
parent aeccdba3b4
commit 87eb6c2f4c

View file

@ -140,7 +140,7 @@ let
nix.settings.substituters = lib.mkForce []; nix.settings.substituters = lib.mkForce [];
virtualisation = { virtualisation = {
memorySize = 4096; memorySize = 6144;
writableStore = true; writableStore = true;
additionalPaths = [ additionalPaths = [
"${pkgs.path}" "${pkgs.path}"