Skip to content

Commit 73c8052

Browse files
feat: Increase memory and CPU for QEMU configuration (#412)
1 parent 0c20da7 commit 73c8052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qemu.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ source "qemu" "qemu-amd64" {
2525
cd_files = ["user-data", "meta-data"]
2626
cd_label = "cidata"
2727
qemuargs = [
28-
["-m", "4096M"],
29-
["-smp", "2"]
28+
["-m", "12288M"],
29+
["-smp", "4"]
3030
]
3131
}
3232

0 commit comments

Comments
 (0)