From 85afe9cbe9c8e2eb02ae8c5e0b31fb7d7a3614ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 7 Sep 2020 15:39:55 +0200 Subject: [PATCH] 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 --- nixos/tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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