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:
parent
cc54211069
commit
c75c539953
|
@ -82,6 +82,7 @@ let
|
|||
|
||||
virtualisation.writableStore = true;
|
||||
virtualisation.pathsInNixDB = channelContents;
|
||||
virtualisation.memorySize = 512;
|
||||
};
|
||||
|
||||
channelContents = [ pkgs.hello.src pkgs.rlwrap ];
|
||||
|
|
Loading…
Reference in New Issue