Skip to content

Commit

Permalink
chore: specify number of CPU cores
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Feb 2, 2025
1 parent 2f0f1be commit d14dd3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu-arm64-nix.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ source "qemu" "cloudimg" {
qemuargs = [
["-machine", "virt"],
["-cpu", "host"],
["-smp", "cores=8,threads=1"]
["-device", "virtio-gpu-pci"],
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
["-drive", "if=pflash,format=raw,id=ovmf_vars,file=AAVMF_VARS.fd"],
Expand Down

0 comments on commit d14dd3e

Please sign in to comment.