Skip to content

Commit

Permalink
[DOCS] Adds xpack.ml.max_ml_node_size (#66285) (#66478)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Dec 17, 2020
1 parent ac931a9 commit 49eda10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/settings/ml-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ IMPORTANT: This setting assumes some external process is capable of adding {ml}
nodes to the cluster. This setting is only useful when used in conjunction with
such an external process.

`xpack.ml.max_ml_node_size`::
(<<cluster-update-settings,Dynamic>>)
The maximum node size for {ml} nodes in a deployment that supports automatic
cluster scaling. Defaults to `0b`, which means this value is ignored. If you set
it to the maximum possible size of future {ml} nodes, when a {ml} job is
assigned to a lazy node it can check (and fail quickly) when scaling cannot
support the size of the job.

`xpack.ml.process_connect_timeout`::
(<<cluster-update-settings,Dynamic>>) The connection timeout for {ml} processes
that run separately from the {es} JVM. Defaults to `10s`. Some {ml} processing
Expand Down

0 comments on commit 49eda10

Please sign in to comment.