Skip to content

Commit

Permalink
fix: cores and memory allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 25, 2024
1 parent 2622d81 commit d17d2d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ source "qemu" "qemu-amd64" {
vnc_port_min = 5901
vnc_port_max = 5901
cores = 8
threads = 16
qemuargs = [
["-m", "4096M"],
["-smp", "2"],
["-m", "30000M"],
["-smp", "8"],
["-cdrom", "ci-data.iso"]
]
}
Expand Down

0 comments on commit d17d2d5

Please sign in to comment.