From c75c5399534c958c52f6067c0495fbcd1cd5553f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Jul 2013 11:55:42 +0200 Subject: [PATCH] Installer test: Give the webserver more memory Otherwise its unionfs may run into allocation failures. http://hydra.nixos.org/build/5508805 --- tests/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/installer.nix b/tests/installer.nix index a07beaeb1e6..74e0149feec 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -82,6 +82,7 @@ let virtualisation.writableStore = true; virtualisation.pathsInNixDB = channelContents; + virtualisation.memorySize = 512; }; channelContents = [ pkgs.hello.src pkgs.rlwrap ];