integrationt-tests: Allocate 4GB RAM to deployer

This commit is contained in:
Zhaofeng Li 2023-01-27 23:44:41 -07:00
parent ddf00fec66
commit 79e4ff1337

View file

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