rajujith commented on issue #7430:
URL: https://github.com/apache/cloudstack/issues/7430#issuecomment-1600245780
I would propose this solution:
Retain the 'memory' to the offering RAM value, set the currentMemory to
offering RAM value/ memory over provisioning value. Also set the
autodeflate='on' for the balloon driver. With this the guest will get the RAM
specified in the offering.
```
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>524288</currentMemory>
```
```
<memballoon model='virtio' autodeflate='on'>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06'
function='0x0'/>
</memballoon>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]