Small grammar fix.
This commit is contained in:
parent
b8334513d7
commit
db2caa54cd
|
@ -45,7 +45,7 @@ settings API.
|
||||||
[[fielddata-circuit-breaker]]
|
[[fielddata-circuit-breaker]]
|
||||||
==== Field data circuit breaker
|
==== Field data circuit breaker
|
||||||
The field data circuit breaker allows Elasticsearch to estimate the amount of
|
The field data circuit breaker allows Elasticsearch to estimate the amount of
|
||||||
memory a field will required to be loaded into memory. It can then prevent the
|
memory a field will require to be loaded into memory. It can then prevent the
|
||||||
field data loading by raising an exception. By default the limit is configured
|
field data loading by raising an exception. By default the limit is configured
|
||||||
to 60% of the maximum JVM heap. It can be configured with the following
|
to 60% of the maximum JVM heap. It can be configured with the following
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Reference in New Issue