From 71590db8fbe50340f44b241a6718986d6300314f Mon Sep 17 00:00:00 2001 From: Atemu Date: Sun, 10 Jan 2021 13:41:09 +0100 Subject: tests/installer: give installer VM more cores ZFS installer test runtime went from 637s to 380s on my Ryzen 3600 --- nixos/tests/installer.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/tests') diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index d80cfb4bd83..a59e088d2ae 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -284,7 +284,9 @@ let extraInstallerConfig ]; + # builds stuff in the VM, needs more juice virtualisation.diskSize = 8 * 1024; + virtualisation.cores = 8; virtualisation.memorySize = 1536; # Use a small /dev/vdb as the root disk for the -- cgit 1.4.1