瀏覽代碼

[DOCS] Added 'on a single shard' to description of max_thread_count. Closes 28518 (#29686)

Sue Gallagher 7 年之前
父節點
當前提交
dd666599f7
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/reference/index-modules/merge.asciidoc

+ 2 - 1
docs/reference/index-modules/merge.asciidoc

@@ -23,7 +23,8 @@ The merge scheduler supports the following _dynamic_ setting:
 
 `index.merge.scheduler.max_thread_count`::
 
-    The maximum number of threads that may be merging at once. Defaults to
+    The maximum number of threads on a single shard that may be merging at once.
+	Defaults to
     `Math.max(1, Math.min(4, Runtime.getRuntime().availableProcessors() / 2))`
     which works well for a good solid-state-disk (SSD).  If your index is on
     spinning platter drives instead, decrease this to 1.