mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
qemu script: set to 4 cores
This commit is contained in:
parent
487430c1a4
commit
12899ebd7e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
"${pkgs.qemu_kvm}/bin/qemu-kvm"
|
"${pkgs.qemu_kvm}/bin/qemu-kvm"
|
||||||
"-cpu host"
|
"-cpu host"
|
||||||
"-usbdevice tablet"
|
"-usbdevice tablet"
|
||||||
"-smp $(nproc)"
|
"-smp cores=4"
|
||||||
"-m 4096"
|
"-m 4096"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue