From 8499959c4a79e129f5073b32bc550b65a68f2c35 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 Jul 2013 15:17:35 +0200 Subject: [PATCH] Give the webserver in the installer test still more memory http://hydra.nixos.org/build/5510269 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installer.nix b/tests/installer.nix index 74e0149feec..8488726efe0 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -82,7 +82,7 @@ let virtualisation.writableStore = true; virtualisation.pathsInNixDB = channelContents; - virtualisation.memorySize = 512; + virtualisation.memorySize = 768; }; channelContents = [ pkgs.hello.src pkgs.rlwrap ];