forked from mirrors/nixpkgs
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:
parent
3ba15358bc
commit
316326e4e6
|
@ -6,7 +6,7 @@ with pkgs.lib;
|
|||
system.build.virtualBoxImage =
|
||||
pkgs.vmTools.runInLinuxVM (
|
||||
pkgs.runCommand "virtualbox-image"
|
||||
{ memSize = 512;
|
||||
{ memSize = 768;
|
||||
preVM =
|
||||
''
|
||||
mkdir $out
|
||||
|
|
Loading…
Reference in a new issue