rohityadavcloud commented on code in PR #7663:
URL: https://github.com/apache/cloudstack/pull/7663#discussion_r1282629908
##########
server/src/main/java/com/cloud/hypervisor/KVMGuru.java:
##########
@@ -213,7 +213,7 @@ protected void
configureVmMemoryAndCpuCores(VirtualMachineTO virtualMachineTo, H
Integer maxHostCpuCore = max.second();
long minMemory = virtualMachineTo.getMinRam();
- Long maxMemory = minMemory;
+ Long maxMemory = virtualMachineTo.getMaxRam();
Review Comment:
Closing my PR as this main line/change has been addressed -
https://github.com/apache/cloudstack/pull/7807
--
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]