Skip to content

Commit b63aad7

Browse files
committed
[DOCS] Adds ML SSE4.2 limitation (#344)
1 parent b5a9e5c commit b63aad7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/en/stack/ml/limitations.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
The following limitations and known problems apply to the {version} release of
66
the Elastic {ml-features}:
77

8+
[float]
9+
[[ml-limitations-sse]]
10+
=== CPUs must support SSE4.2
11+
12+
{ml-cap} uses Streaming SIMD Extensions (SSE) 4.2 instructions, so it works only
13+
on machines whose CPUs https://en.wikipedia.org/wiki/SSE4#Supporting_CPUs[support]
14+
SSE4.2. If you run {es} on older hardware you must disable {ml} by setting
15+
`xpack.ml.enabled` to `false`. See
16+
{ref}/ml-settings.html[{ml-cap} settings in {es}].
17+
818
[float]
919
=== Categorization uses English dictionary words
1020
//See x-pack-elasticsearch/#3021

0 commit comments

Comments
 (0)