From 339235be35ff6643695b40e06abfa3645c670db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 19 Dec 2022 13:52:05 +0100 Subject: [PATCH] increase memory a bit --- nix/kexec-installer/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/kexec-installer/test.nix b/nix/kexec-installer/test.nix index a61919a..984a44b 100644 --- a/nix/kexec-installer/test.nix +++ b/nix/kexec-installer/test.nix @@ -21,7 +21,7 @@ in makeTest' { (modulesPath + "/profiles/minimal.nix") ]; - virtualisation.memorySize = 2 * 1024 + 512; + virtualisation.memorySize = 2 * 1024 + 767; virtualisation.diskSize = 4 * 1024; virtualisation.useBootLoader = true; virtualisation.useEFIBoot = true;