Changed VM placement cpu_threshold 0.8 -> 0.95
This commit is contained in:
parent
d62e4cbb02
commit
860a6f514f
@ -131,4 +131,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.8, "ram_threshold": 0.95}
|
||||
algorithm_vm_placement_parameters = {"cpu_threshold": 0.95, "ram_threshold": 0.95}
|
||||
|
Loading…
x
Reference in New Issue
Block a user