DaanHoogland commented on PR #7810:
URL: https://github.com/apache/cloudstack/pull/7810#issuecomment-1666518930

   @rohityadavcloud, #7430 is fixed in this PR. When memory overprovisioning is 
set to 3 on the cluster:
   
   ```
     <maxMemory slots='16' unit='KiB'>524288</maxMemory>
     <memory unit='KiB'>174080</memory>
     <currentMemory unit='KiB'>174080</currentMemory>
   ```
   
   when set to 5
   
   ```
     <maxMemory slots='16' unit='KiB'>524288</maxMemory>
     <memory unit='KiB'>104448</memory>
     <currentMemory unit='KiB'>104448</currentMemory>
   ```


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

Reply via email to