* Give some more memory to the VMs.

svn path=/nixos/trunk/; revision=16939
This commit is contained in:
Eelco Dolstra 2009-09-02 18:33:38 +00:00
parent 48f22eb62d
commit 6723473421

View File

@ -44,7 +44,7 @@ let
# -no-kvm-irqchip is needed to prevent the CIFS mount from
# hanging the VM on x86_64.
exec ${pkgs.qemu_kvm}/bin/qemu-system-x86_64 \
exec ${pkgs.qemu_kvm}/bin/qemu-system-x86_64 -m 384 \
-no-kvm-irqchip \
-net nic,model=virtio -net user -smb / \
-drive file=$NIX_DISK_IMAGE,if=virtio,boot=on \