From 60c52309689d7a9260035b66e7a7f29f2b92880e Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sat, 20 Nov 2021 23:00:43 +0100 Subject: nixosTests.installer: increase the VM memory For me that fixes the i686 ZFS case: https://hydra.nixos.org/build/158897777 I don't think it's worth chasing why RAM usage isn't very low here. --- nixos/tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests') diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 73dc676ca32d..f800975a4300 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -288,7 +288,7 @@ let # builds stuff in the VM, needs more juice virtualisation.diskSize = 8 * 1024; virtualisation.cores = 8; - virtualisation.memorySize = 1536; + virtualisation.memorySize = 2048; # Use a small /dev/vdb as the root disk for the # installer. This ensures the target disk (/dev/vda) is -- cgit 1.4.1