weizhouapache commented on issue #4566:
URL: https://github.com/apache/cloudstack/issues/4566#issuecomment-754215964


   > thanks. can we change the title to match the problem please. Anyone 
looking back through commits will be misled.
   > 
   > I don't _think_ that the overhead to run a VM is the end-users problem, I 
_think_ that if I created a VM with 8GB RAM, I would expect to get charged for 
8GB.
   
   Totally agree.
   
   by the way, there is a way to get accurate memory usage: memory ballooning.
   see https://libvirt.org/formatdomain.html#memory-balloon-device
   ```
     <devices>
       <memballoon model='virtio'>
         <stats period='10'/>
       </memballoon>
     </devices>
   ```
   
   we could add a global setting to enable/disable it.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to