Skip to content

Commit

Permalink
Update for minimal hardware requirement for ESXI 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasBoulharts committed Jul 29, 2024
1 parent 8bb3a12 commit 94bbd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware-esxi/vmware-esxi.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source "qemu" "esxi" {
headless = true
iso_checksum = "none"
iso_url = var.vmware_esxi_iso_path
memory = 4096
memory = 8192
net_device = "vmxnet3"
qemuargs = [["-cpu", "host"], ["-smp", "2,sockets=2,cores=1,threads=1"], ["-serial", "stdio"], ["-enable-kvm"]]
shutdown_timeout = var.timeout
Expand Down

0 comments on commit 94bbd81

Please sign in to comment.