integration-tests/tools: Increase deployer memory to 6 GiB
OOMs with nix-eval-jobs
This commit is contained in:
parent
aeccdba3b4
commit
87eb6c2f4c
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ let
|
|||
nix.settings.substituters = lib.mkForce [];
|
||||
|
||||
virtualisation = {
|
||||
memorySize = 4096;
|
||||
memorySize = 6144;
|
||||
writableStore = true;
|
||||
additionalPaths = [
|
||||
"${pkgs.path}"
|
||||
|
|
Loading…
Reference in a new issue