Installer test: Give the webserver more memory

Otherwise its unionfs may run into allocation failures.

http://hydra.nixos.org/build/5508805
This commit is contained in:
Eelco Dolstra 2013-07-11 11:55:42 +02:00
parent cc54211069
commit c75c539953

View file

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