Skip to content

Commit 2354ded

Browse files
authored
fix: resize the vm template (#47)
* fix: resize the vm template * docs: consistent with minimum recommendation
1 parent 04cb3c8 commit 2354ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge/vmware/packer/vsphere.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vm_cdrom_type = "sata"
1414
vm_cpu_sockets = 4
1515
vm_cpu_cores = 1
1616
vm_mem_size = 8192
17-
vm_disk_size = 51200
17+
vm_disk_size = 153600
1818
thin_provision = true
1919
disk_eagerly_scrub = false
2020
vm_disk_controller_type = ["pvscsi"]

0 commit comments

Comments
 (0)