mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Clarify which circuit breaker settings are static (#44992)
Most of the circuit breaker settings are dynamically configurable. However, `indices.breaker.total.use_real_memory` is not. With this commit we add a clarifying note that this specific setting is static. Closes #44974
This commit is contained in:
parent
f19f2adbe6
commit
5dd0e74e79
@ -6,8 +6,8 @@ causing an OutOfMemoryError. Each breaker specifies a limit for how much memory
|
||||
it can use. Additionally, there is a parent-level breaker that specifies the
|
||||
total amount of memory that can be used across all breakers.
|
||||
|
||||
These settings can be dynamically updated on a live cluster with the
|
||||
<<cluster-update-settings,cluster-update-settings>> API.
|
||||
Except where noted otherwise, these settings can be dynamically updated on a
|
||||
live cluster with the <<cluster-update-settings,cluster-update-settings>> API.
|
||||
|
||||
[[parent-circuit-breaker]]
|
||||
[float]
|
||||
@ -17,8 +17,9 @@ The parent-level breaker can be configured with the following settings:
|
||||
|
||||
`indices.breaker.total.use_real_memory`::
|
||||
|
||||
Whether the parent breaker should take real memory usage into account (`true`) or only
|
||||
consider the amount that is reserved by child circuit breakers (`false`). Defaults to `true`.
|
||||
_Static_ setting determining whether the parent breaker should take real
|
||||
memory usage into account (`true`) or only consider the amount that is
|
||||
reserved by child circuit breakers (`false`). Defaults to `true`.
|
||||
|
||||
`indices.breaker.total.limit`::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user