mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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"
|
||||
"-cpu host"
|
||||
"-usbdevice tablet"
|
||||
"-smp $(nproc)"
|
||||
"-smp cores=4"
|
||||
"-m 4096"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue