Give the VDI generator more memory

These out of memory conditions are highly unpredictable, which is very
annoying.

http://hydra.nixos.org/build/6411393
This commit is contained in:
Eelco Dolstra 2013-10-07 11:08:01 +02:00
parent 3ba15358bc
commit 316326e4e6

View File

@ -6,7 +6,7 @@ with pkgs.lib;
system.build.virtualBoxImage =
pkgs.vmTools.runInLinuxVM (
pkgs.runCommand "virtualbox-image"
{ memSize = 512;
{ memSize = 768;
preVM =
''
mkdir $out