* Give some more memory to the VMs.
svn path=/nixos/trunk/; revision=16939
This commit is contained in:
parent
48f22eb62d
commit
6723473421
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user