GutoVeronezi commented on code in PR #8520:
URL: https://github.com/apache/cloudstack/pull/8520#discussion_r1466253577
##########
agent/src/main/java/com/cloud/agent/properties/AgentProperties.java:
##########
@@ -724,9 +724,9 @@ public Property<Integer> getWorkers() {
/**
* The time interval (in seconds) at which the balloon driver will get
memory stats updates. This is equivalent to Libvirt's <code>--period</code>
parameter when using the dommemstat command.
* Data type: Integer.<br>
- * Default value: <code>0</code>
+ * Default value: <code>60</code>
*/
- public static final Property<Integer> VM_MEMBALLOON_STATS_PERIOD = new
Property<>("vm.memballoon.stats.period", 0);
+ public static final Property<Integer> VM_MEMBALLOON_STATS_PERIOD = new
Property<>("vm.memballoon.stats.period", 60);
Review Comment:
File `agent.properties` must be changed as well.
--
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]