OpenSearch/docs/reference/cluster
Lee Hinman a754224751 Add field data memory circuit breaker.
This adds the field data circuit breaker, which is used to estimate
the amount of memory required to load field data before loading it. It
then raises a CircuitBreakingException if the limit is exceeded.

It is configured with two parameters:

`indices.fielddata.cache.breaker.limit` - the maximum number of bytes
of field data to be loaded before circuit breaking. Defaults to
`indices.fielddata.cache.size` if set, unbounded otherwise.

`indices.fielddata.cache.breaker.overhead` - a contast for all field
data estimations to be multiplied with before aggregation. Defaults to
1.03.

Both settings can be configured dynamically using the cluster update
settings API.
2014-01-02 15:04:47 -07:00
..
health.asciidoc Clean up wording to reduce confusion 2013-10-21 12:37:50 +01:00
nodes-hot-threads.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
nodes-info.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
nodes-shutdown.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
nodes-stats.asciidoc Add field data memory circuit breaker. 2014-01-02 15:04:47 -07:00
pending.asciidoc [DOCS] Doc'ed cluster pending tasks 2013-11-29 08:21:26 +01:00
reroute.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
state.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
stats.asciidoc Added cluster health status to the Cluster Stats API 2013-12-18 12:03:49 +01:00
update-settings.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00