Set the RAM threshold for VM placement to 95%

This commit is contained in:
Anton Beloglazov 2012-10-19 16:48:33 +11:00
parent 47271c5936
commit 7c0a50b7d5

View File

@ -125,4 +125,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.6, "ram_threshold": 0.8}
algorithm_vm_placement_parameters = {"cpu_threshold": 0.6, "ram_threshold": 0.95}