summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-09-07 15:39:55 +0200
committerVladimír Čunát <v@cunat.cz>2020-09-07 15:43:37 +0200
commit85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff (patch)
tree70c8fd344c418c8346a5007a4b15916bc138ac42 /nixos/tests
parentc1c85b9bade820ffb3cf1f49d26453ab0e27a65a (diff)
downloadnixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.tar
nixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.tar.gz
nixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.tar.bz2
nixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.tar.lz
nixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.tar.xz
nixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.tar.zst
nixpkgs-85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff.zip
nixos/tests/installer: increase RAM in the VM
1G apparently isn't sufficient anymore, at least in swraid case:
https://hydra.nixos.org/build/126561574
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index df89949074f..d80cfb4bd83 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -285,7 +285,7 @@ let
           ];
 
           virtualisation.diskSize = 8 * 1024;
-          virtualisation.memorySize = 1024;
+          virtualisation.memorySize = 1536;
 
           # Use a small /dev/vdb as the root disk for the
           # installer. This ensures the target disk (/dev/vda) is