From 1afdae78b7a2c8994ddbb83d38bd3088a1eca3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 2 Nov 2023 13:01:36 +0100 Subject: [PATCH] reduce test in VM to 1.2 GB RAM --- 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 bed1f04..f119bbb 100644 --- a/nix/kexec-installer/test.nix +++ b/nix/kexec-installer/test.nix @@ -24,7 +24,7 @@ makeTest' { ]; system.extraDependencies = [ kexecTarball ]; - virtualisation.memorySize = 1 * 1024 + 512; + virtualisation.memorySize = 1 * 1024 + 256; virtualisation.diskSize = 4 * 1024; virtualisation.forwardPorts = [{ host.port = 2222;