mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-27 07:14:59 +00:00
[DOCS] Fix default setting in circuit breaker documentation
This commit is contained in:
parent
353d599d05
commit
3062e59f51
@ -29,9 +29,9 @@ example, can be set to `5m` for a 5 minute expiry.
|
|||||||
=== 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 required to be loaded into memory. It can then prevent the
|
||||||
field data loading by raising and exception. By default it is configured with
|
field data loading by raising and exception. By default the limit is configured
|
||||||
no limit (-1 bytes), but is automatically set to `indices.fielddata.cache.size`
|
to 80% of the maximum JVM heap. It can be configured with the following
|
||||||
if set. It can be configured with the following parameters:
|
parameters:
|
||||||
|
|
||||||
[cols="<,<",options="header",]
|
[cols="<,<",options="header",]
|
||||||
|=======================================================================
|
|=======================================================================
|
||||||
@ -268,4 +268,3 @@ The `frequency` and `regex` filters can be combined:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user