about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-02-28 17:14:27 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-03-06 22:47:23 +0100
commit76fc2db1f59c526bbfa4cbfb2c2ccddf71f20ca3 (patch)
treef907102c3ccc1770931671198b466aac33fb3e93 /nixos
parentc5180c311eb26a913815eed888b51932235ab03c (diff)
nixosTests.nixops_unstable: Set memorySize to 2G
Give the evaluator some breathing room.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nixops/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/nixops/default.nix b/nixos/tests/nixops/default.nix
index acfe6feee9d10..8477e5059fcaf 100644
--- a/nixos/tests/nixops/default.nix
+++ b/nixos/tests/nixops/default.nix
@@ -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;