Updated the config: switched to using minimum_migration_time_max_cpu
This commit is contained in:
parent
4bfec46215
commit
d2b8aa8cbe
@ -121,11 +121,13 @@ algorithm_overload_detection_parameters = {"state_config": [0.95], "otf": 0.2, "
|
||||
|
||||
# The fully qualified name of a Python factory function that returns a
|
||||
# function implementing a VM selection algorithm
|
||||
algorithm_vm_selection_factory = neat.locals.vm_selection.algorithms.minimum_migration_time_factory
|
||||
#algorithm_vm_selection_factory = neat.locals.vm_selection.algorithms.minimum_migration_time_factory
|
||||
algorithm_vm_selection_factory = neat.locals.vm_selection.algorithms.minimum_migration_time_max_cpu_factory
|
||||
|
||||
# A JSON encoded parameters, which will be parsed and passed to the
|
||||
# specified VM selection algorithm factory
|
||||
algorithm_vm_selection_parameters = {}
|
||||
#algorithm_vm_selection_parameters = {}
|
||||
algorithm_vm_selection_parameters = {"last_n": 2}
|
||||
|
||||
# The fully qualified name of a Python factory function that returns a
|
||||
# function implementing a VM placement algorithm
|
||||
|
Loading…
x
Reference in New Issue
Block a user