You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/02/24 11:17:16 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #4571: uservmjoindaoimpl: Set free memory to zero if greater than total memory

DaanHoogland commented on a change in pull request #4571:
URL: https://github.com/apache/cloudstack/pull/4571#discussion_r581873975



##########
File path: api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java
##########
@@ -209,7 +209,7 @@
     private Long memoryKBs;
 
     @SerializedName("memoryintfreekbs")
-    @Param(description = "the internal memory thats free in vm")
+    @Param(description = "the internal memory thats free in vm or zero if it can not be calculated in the case of KVM")

Review comment:
       ```suggestion
       @Param(description = "the internal memory thats free in vm or zero if it can not be calculated")
   ```




----------------------------------------------------------------
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:
users@infra.apache.org