hashicorp / hashicorp/packer-plugin-hyperv
ISO builder has lower MaxRamSize value than VMCX builder
Open
bug
- Dominant language
- Go
- Stars
- 27
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
#### Overview of the Issue
The ISO builder has a MaxRamSize of 32GB, while the MaxRamSize for the VMCX builder has been set at 1TB. These should be consistent with one another. The ISO Builder should also be set to have a limit of 1TB.
https://github.com/hashicorp/packer-plugin-hyperv/blob/51d0e41031930dd6b867127cc0a56e0c7442f721/builder/hyperv/iso/builder.go#L42
https://github.com/hashicorp/packer-plugin-hyperv/blob/51d0e41031930dd6b867127cc0a56e0c7442f721/builder/hyperv/vmcx/builder.go#L33
Contributor guide
Assessment
This issue has not been assessed yet.