From 40df39634be08d11fbd8df389395f3c49d3080ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 5 Sep 2022 05:32:46 +0000 Subject: [PATCH] kexec: redue memory usage in test --- 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 17a0eed..dc613fb 100644 --- a/nix/kexec-installer-test.nix +++ b/nix/kexec-installer-test.nix @@ -16,7 +16,7 @@ in makeTest' { nodes = { node1 = { ... }: { virtualisation.vlans = [ ]; - virtualisation.memorySize = 4 * 1024; + virtualisation.memorySize = 2 * 1024 + 512; virtualisation.diskSize = 4 * 1024; virtualisation.useBootLoader = true; virtualisation.useEFIBoot = true;