Give the webserver in the installer test still more memory
http://hydra.nixos.org/build/5510269
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ let
|
|||||||
|
|
||||||
virtualisation.writableStore = true;
|
virtualisation.writableStore = true;
|
||||||
virtualisation.pathsInNixDB = channelContents;
|
virtualisation.pathsInNixDB = channelContents;
|
||||||
virtualisation.memorySize = 512;
|
virtualisation.memorySize = 768;
|
||||||
};
|
};
|
||||||
|
|
||||||
channelContents = [ pkgs.hello.src pkgs.rlwrap ];
|
channelContents = [ pkgs.hello.src pkgs.rlwrap ];
|
||||||
|
|||||||
Reference in New Issue
Block a user