Skip to content

Commit

Permalink
fix docs for merging and throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed May 5, 2014
1 parent 7326d77 commit c57be49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/reference/index-modules/merge.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ The scheduler supports the following settings:

`index.merge.scheduler.max_thread_count`::

The maximum number of threads to perform the merge operation. Defaults to
`Math.max(1, Math.min(3, Runtime.getRuntime().availableProcessors() / 2))`.
The maximum number of concurrent merge threads that may run at once. Defaults
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]
==== SerialMergeScheduler
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/modules/indices.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following settings can be set to control the store throttling:

[horizontal]
`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`::
defaults to `50mb`.
Expand Down

0 comments on commit c57be49

Please sign in to comment.