qemu script: set to 4 cores

This commit is contained in:
Sean Buckley 2022-08-03 15:25:16 -04:00
parent 487430c1a4
commit 12899ebd7e

View file

@ -4,7 +4,7 @@ let
"${pkgs.qemu_kvm}/bin/qemu-kvm"
"-cpu host"
"-usbdevice tablet"
"-smp $(nproc)"
"-smp cores=4"
"-m 4096"
];