Skip to content

Commit

Permalink
Restores value of config vm_memballoon_stats_period back to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopez committed Jan 16, 2024
1 parent c3b77cb commit 7a02a65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/**
* The number of iothreads
Expand Down

0 comments on commit 7a02a65

Please sign in to comment.