From 8fae75755250f87b853b6747bf38217e7161321e Mon Sep 17 00:00:00 2001 From: elias-boulharts Date: Wed, 10 Jul 2024 09:59:28 +0200 Subject: [PATCH] Update for minimal hardware requirement for ESXI 8.0 https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-esxi-installation/GUID-DEB8086A-306B-4239-BF76-E354679202FC.html#:~:text=ESXi%208.0%20requires%20a%20minimum,Gigabit%20or%20faster%20Ethernet%20controllers. --- vmware-esxi/vmware-esxi.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware-esxi/vmware-esxi.pkr.hcl b/vmware-esxi/vmware-esxi.pkr.hcl index 9721aef..41d68c2 100644 --- a/vmware-esxi/vmware-esxi.pkr.hcl +++ b/vmware-esxi/vmware-esxi.pkr.hcl @@ -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