Give the webserver in the installer test still more memory

http://hydra.nixos.org/build/5510269
This commit is contained in:
Eelco Dolstra 2013-07-12 15:17:35 +02:00
parent 6d6fb43498
commit 8499959c4a

View File

@ -82,7 +82,7 @@ let
virtualisation.writableStore = true;
virtualisation.pathsInNixDB = channelContents;
virtualisation.memorySize = 512;
virtualisation.memorySize = 768;
};
channelContents = [ pkgs.hello.src pkgs.rlwrap ];