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;