forked from DGNum/colmena
integrationt-tests: Allocate 4GB RAM to deployer
This commit is contained in:
parent
ddf00fec66
commit
79e4ff1337
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ let
|
|||
nix.settings.substituters = lib.mkForce [];
|
||||
|
||||
virtualisation = {
|
||||
memorySize = 3072;
|
||||
memorySize = 4096;
|
||||
writableStore = true;
|
||||
additionalPaths = [
|
||||
"${pkgs.path}"
|
||||
|
|
Loading…
Reference in a new issue