Skip to content

Commit

Permalink
feat: increasing cores + threads to leverage higher performance runner
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 25, 2024
1 parent adb90c4 commit 2622d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ source "qemu" "qemu-amd64" {
ssh_wait_timeout = "5m"
vnc_port_min = 5901
vnc_port_max = 5901
cores = 8
threads = 16
qemuargs = [
["-m", "4096M"],
["-smp", "2"],
Expand Down Expand Up @@ -74,4 +76,4 @@ packer {
version = "1.1.0"
}
}
}
}

0 comments on commit 2622d81

Please sign in to comment.