mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
Block a user