OpenSearch/docs
David Roberts f06acdc219 [ML] Improve the way ML jobs are allocated to nodes (elastic/x-pack-elasticsearch#2975)
This change modifies the way ML jobs are assigned to nodes to primarily
base the decision on the estimated memory footprint of the jobs. The
memory footprint comes from the model size stats if the job has been
running long enough, otherwise from the model memory limit. In addition,
an allowance for the program code and stack is added.

If insufficient information is available to base the allocation decision on
memory requirements then the decision falls back to using simple job
counts per node.

relates elastic/x-pack-elasticsearch#546

Original commit: elastic/x-pack-elasticsearch@b276aedf2f
2017-11-21 09:51:52 +00:00
..
en [ML] Improve the way ML jobs are allocated to nodes (elastic/x-pack-elasticsearch#2975) 2017-11-21 09:51:52 +00:00
src/test/java/org/elasticsearch/smoketest [DOCS][TESTS] Don’t randomise content type for docs tests. (elastic/x-pack-elasticsearch#3058) 2017-11-20 13:32:14 +00:00
build.gradle [ML] [DOCS] Clean up ML jobs after each docs test (elastic/x-pack-elasticsearch#2825) 2017-11-15 09:45:57 +00:00