Update fielddata.asciidoc

Fixed default value for circuit breaker
This commit is contained in:
Ivan Brusic 2014-05-07 11:52:31 -07:00 committed by Luca Cavanna
parent d5b95e3e8a
commit 59e0c34cdb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ parameters:
|======================================================================= |=======================================================================
|Setting |Description |Setting |Description
|`indices.fielddata.breaker.limit` |Maximum size of estimated field data |`indices.fielddata.breaker.limit` |Maximum size of estimated field data
to allow loading. Defaults to 80% of the maximum JVM heap. to allow loading. Defaults to 60% of the maximum JVM heap.
|`indices.fielddata.breaker.overhead` |A constant that all field data |`indices.fielddata.breaker.overhead` |A constant that all field data
estimations are multiplied with to determine a final estimation. Defaults to estimations are multiplied with to determine a final estimation. Defaults to
1.03 1.03