microsoft / packer-hyperv

Hyperv plugin for Packer.io
Other
81 stars 33 forks source link

Max value for Disk and Ram Size #6

Closed umavinoth closed 10 years ago

umavinoth commented 10 years ago
  1. Provide any higher value for Disk and Ram Size.
  2. build the template.

Expected:

  1. Should display max RAM supported is 2802 MB and max Disk size supported is 64TB which are the max values supported by Hyper-V. This has to be checked while validating the template.

Actual: Execution begins and throws exception in middle. image

vladimir-shcherbakov commented 10 years ago

fixed

umavinoth commented 10 years ago

Closed. Max disk size <= 65536 GB and Max Ram size is <= 6538 MB.