VM placement CPU threshold -> 0.8

This commit is contained in:
Anton Beloglazov 2012-11-26 16:01:48 +11:00
parent 4668e2e7c4
commit ff03bd0b6a

View File

@ -142,4 +142,4 @@ algorithm_vm_placement_factory = neat.globals.vm_placement.bin_packing.best_fit_
# A JSON encoded parameters, which will be parsed and passed to the # A JSON encoded parameters, which will be parsed and passed to the
# specified VM placement algorithm factory # specified VM placement algorithm factory
algorithm_vm_placement_parameters = {"cpu_threshold": 0.95, "ram_threshold": 0.95, "last_n_vm_cpu": 2} algorithm_vm_placement_parameters = {"cpu_threshold": 0.8, "ram_threshold": 0.95, "last_n_vm_cpu": 2}