mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
fix docs for merging and throttling
This commit is contained in:
parent
7a9aad30f4
commit
07563379dc
@ -201,8 +201,9 @@ The scheduler supports the following settings:
|
|||||||
|
|
||||||
`index.merge.scheduler.max_thread_count`::
|
`index.merge.scheduler.max_thread_count`::
|
||||||
|
|
||||||
The maximum number of threads to perform the merge operation. Defaults to
|
The maximum number of concurrent merge threads that may run at once. Defaults
|
||||||
`Math.max(1, Math.min(3, Runtime.getRuntime().availableProcessors() / 2))`.
|
to `1` which works best with spinning-magnets disks. If you are using
|
||||||
|
a good solid-state disk (SSD) instead then try setting this to `3`.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== SerialMergeScheduler
|
==== SerialMergeScheduler
|
||||||
|
@ -69,7 +69,7 @@ The following settings can be set to control the store throttling:
|
|||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
`indices.store.throttle.type`::
|
`indices.store.throttle.type`::
|
||||||
could be `merge` (default), `not` or `all`. See <<index-modules-store>>.
|
could be `merge` (default), `none` or `all`. See <<index-modules-store>>.
|
||||||
|
|
||||||
`indices.store.throttle.max_bytes_per_sec`::
|
`indices.store.throttle.max_bytes_per_sec`::
|
||||||
defaults to `50mb`.
|
defaults to `50mb`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user