nixosTests.nixops_unstable: Set memorySize to 2G

Give the evaluator some breathing room.
This commit is contained in:
Robert Hensing
2024-03-06 22:47:23 +01:00
parent c5180c311e
commit 76fc2db1f5
+1
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;