Skip to content

Commit 49eda10

Browse files
authored
[DOCS] Adds xpack.ml.max_ml_node_size (#66285) (#66478)
1 parent ac931a9 commit 49eda10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/settings/ml-settings.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ IMPORTANT: This setting assumes some external process is capable of adding {ml}
144144
nodes to the cluster. This setting is only useful when used in conjunction with
145145
such an external process.
146146

147+
`xpack.ml.max_ml_node_size`::
148+
(<<cluster-update-settings,Dynamic>>)
149+
The maximum node size for {ml} nodes in a deployment that supports automatic
150+
cluster scaling. Defaults to `0b`, which means this value is ignored. If you set
151+
it to the maximum possible size of future {ml} nodes, when a {ml} job is
152+
assigned to a lazy node it can check (and fail quickly) when scaling cannot
153+
support the size of the job.
154+
147155
`xpack.ml.process_connect_timeout`::
148156
(<<cluster-update-settings,Dynamic>>) The connection timeout for {ml} processes
149157
that run separately from the {es} JVM. Defaults to `10s`. Some {ml} processing

0 commit comments

Comments
 (0)