[DOCS] Add xpack.ml.max_open_jobs setting (elastic/x-pack-elasticsearch#2303)

Original commit: elastic/x-pack-elasticsearch@9b82043c34
This commit is contained in:
Lisa Cawley 2017-08-17 12:23:34 -07:00 committed by GitHub
parent 724325f161
commit 29fc38b0e2
1 changed files with 3 additions and 0 deletions

View File

@ -36,3 +36,6 @@ least one machine learning node in your cluster. +
+ +
IMPORTANT: On dedicated coordinating nodes or dedicated master nodes, disable IMPORTANT: On dedicated coordinating nodes or dedicated master nodes, disable
the `node.ml` role. the `node.ml` role.
`xpack.ml.max_open_jobs`::
The maximum number of jobs that can run on a node. Defaults to `10`.