about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-12-15 12:37:24 +0300
committerK900 <me@0upti.me>2023-12-15 12:38:08 +0300
commit7e3d3351522e0510917e52dd3657d663bf5efe71 (patch)
tree0eda4ae94fed088dc283c8342506b6b8515fac80 /nixos/tests
parentbb8b1e6bd7b3904c8887febcb8877ac65e3d53d2 (diff)
downloadnixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.tar
nixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.tar.gz
nixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.tar.bz2
nixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.tar.lz
nixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.tar.xz
nixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.tar.zst
nixlib-7e3d3351522e0510917e52dd3657d663bf5efe71.zip
nixos/tests/containers-imperative: download more RAM
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/containers-imperative.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/containers-imperative.nix b/nixos/tests/containers-imperative.nix
index 18bec1db78e8..fff00e4f73a8 100644
--- a/nixos/tests/containers-imperative.nix
+++ b/nixos/tests/containers-imperative.nix
@@ -13,6 +13,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
       nix.settings.sandbox = false;
       nix.settings.substituters = []; # don't try to access cache.nixos.org
 
+      virtualisation.memorySize = 2048;
       virtualisation.writableStore = true;
       # Make sure we always have all the required dependencies for creating a
       # container available within the VM, because we don't have network access.