Updated the config: added last_n_vm_cpu=2 to algorithm_vm_placement_parameters

This commit is contained in:
Anton Beloglazov 2012-10-30 11:26:49 +11:00
parent 1357fc939d
commit c2442ae1fb

View File

@ -135,4 +135,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
# specified VM placement algorithm factory
algorithm_vm_placement_parameters = {"cpu_threshold": 0.95, "ram_threshold": 0.95}
algorithm_vm_placement_parameters = {"cpu_threshold": 0.95, "ram_threshold": 0.95, "last_n_vm_cpu": 2}