Bump the amount of memory for the installer test

It randomly OOMs.

http://hydra.nixos.org/build/13587153
This commit is contained in:
Eelco Dolstra 2014-08-25 10:53:09 +02:00
parent 3283060662
commit 619f18956d

View file

@ -98,7 +98,7 @@ let
# FIXME: OVMF doesn't boot from virtio http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg01501.html
iface = if useEFI || grubVersion == 1 then "scsi" else "virtio";
qemuFlags =
(if iso.system == "x86_64-linux" then "-m 512 " else "-m 384 ") +
(if iso.system == "x86_64-linux" then "-m 768 " else "-m 512 ") +
(optionalString (iso.system == "x86_64-linux") "-cpu kvm64 ") +
(optionalString useEFI ''-L ${efiBios} -hda ''${\(Cwd::abs_path('harddisk'))} '');
hdFlags = optionalString (!useEFI)