diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index c6d7fd0ad94..16ca9fd7157 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -16,7 +16,7 @@ There are several thread pools, but the important ones include: `search`:: For count/search/suggest operations. Thread pool type is `fixed_auto_queue_size` with a size of `int((`<>` * 3) / 2) + 1`, and initial queue_size of + `# of available_processors`>>`pass:[ * ]3) / 2) + 1`, and initial queue_size of `1000`. [[search-throttled]]`search_throttled`:: @@ -36,38 +36,38 @@ There are several thread pools, but the important ones include: `write`:: For single-document index/delete/update and bulk requests. Thread pool type is `fixed` with a size of <>, - queue_size of `200`. The maximum size for this pool is `1 + ` - <>. + queue_size of `200`. The maximum size for this pool is + `pass:[1 + ]`<>. `snapshot`:: For snapshot/restore operations. Thread pool type is `scaling` with a keep-alive of `5m` and a max of `min(5, (`<>`)/2)`. + `# of allocated processors`>>`) / 2)`. `warmer`:: For segment warm-up operations. Thread pool type is `scaling` with a keep-alive of `5m` and a max of `min(5, (`<>`)/2)`. + `# of allocated processors`>>`) / 2)`. `refresh`:: For refresh operations. Thread pool type is `scaling` with a keep-alive of `5m` and a max of `min(10, (`<>`)/2)`. + `# of allocated processors`>>`) / 2)`. `listener`:: Mainly for java client executing of action when listener threaded is set to `true`. Thread pool type is `scaling` with a default max of - `min(10, (`<>`)/2)`. + `min(10, (`<>`) / 2)`. `fetch_shard_started`:: For listing shard states. Thread pool type is `scaling` with keep-alive of `5m` and a default maximum - size of `2 * `<>. + size of `pass:[2 * ]`<>. `fetch_shard_store`:: For listing shard stores. Thread pool type is `scaling` with keep-alive of `5m` and a default maximum - size of `2 * `<>. + size of `pass:[2 * ]`<>. `flush`:: For <>, <>, and