nixosTests.nixops_unstable: Set memorySize to 2G

Give the evaluator some breathing room.
This commit is contained in:
Robert Hensing 2024-02-28 17:14:27 +01:00
parent c5180c311e
commit 76fc2db1f5

View File

@ -32,6 +32,7 @@ let
pkgs.hello
pkgs.figlet
];
virtualisation.memorySize = 2048;
# TODO: make this efficient, https://github.com/NixOS/nixpkgs/issues/180529
system.includeBuildDependencies = true;