From ea64823246d4de22e46e656f2b72470c6d1ff662 Mon Sep 17 00:00:00 2001 From: Frederic Dartayre <30438455+fdartayre@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:31:49 +0200 Subject: [PATCH 1/2] Update threadpool.asciidoc Starting from 8.0 the value of the `node.processors` setting is bounded by the number of available processors https://github.com/elastic/elasticsearch/pull/44894 --- docs/reference/modules/threadpool.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index b6eb62836378e..b5b529cefe790 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -177,9 +177,10 @@ thread_pool: The number of processors is automatically detected, and the thread pool settings are automatically set based on it. In some cases it can be useful to override the number of detected processors. This can be done by explicitly setting the -`node.processors` setting. This setting accepts floating point numbers, this -can be useful in environments where the Elasticsearch nodes are configured -to run with CPU limits, such as cpu shares or quota under `Cgroups`. +`node.processors` setting. This setting is bounded by the number of available +processors and accepts floating point numbers, which can be useful in environments +where the Elasticsearch nodes are configured to run with CPU limits, such as cpu +shares or quota under `Cgroups`. [source,yaml] -------------------------------------------------- From bb93e19f7fbaa8a4427336345f201ac519513d17 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Tue, 20 Sep 2022 11:45:07 -0400 Subject: [PATCH 2/2] Update docs/reference/modules/threadpool.asciidoc --- docs/reference/modules/threadpool.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index b5b529cefe790..25423dc589b3a 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -177,9 +177,9 @@ thread_pool: The number of processors is automatically detected, and the thread pool settings are automatically set based on it. In some cases it can be useful to override the number of detected processors. This can be done by explicitly setting the -`node.processors` setting. This setting is bounded by the number of available +`node.processors` setting. This setting is bounded by the number of available processors and accepts floating point numbers, which can be useful in environments -where the Elasticsearch nodes are configured to run with CPU limits, such as cpu +where the {es} nodes are configured to run with CPU limits, such as cpu shares or quota under `Cgroups`. [source,yaml]