generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
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.
MaxRamSize = 32 * 1024 // 32GB |
MaxRamSize = 1024 * 1024 // 1TB |