Changed the data length: 100 -> 30

This commit is contained in:
Anton Beloglazov 2012-10-25 15:40:22 +11:00
parent 3f8ba60b04
commit 4d0275e9a4

View File

@ -73,7 +73,7 @@ data_collector_interval = 10
# The number of the latest data values stored locally by the data
# collector and passed to the underload / overload detection and VM
# placement algorithms
data_collector_data_length = 100
data_collector_data_length = 30
# The threshold on the overall (all cores) utilization of the physical
# CPU of a host, above which the host is considered to be overloaded.