Skip to content

Commit 360b09f

Browse files
committed
[DOCS] Fixes accounting setting names (#30863)
The documentation for the account circuit breaker listed the settings for it's limit and overhead to be `network.breaker.accounting.limit` and `network.breaker.accounting.overhead` when in `HieratchyCircuitBreakerService` it seems the settings are actually `indices.breaker.accounting.limit` and `indices.breaker.accounting.overhead`.
1 parent 1efb1aa commit 360b09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/modules/indices/circuit_breaker.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ The accounting circuit breaker allows Elasticsearch to limit the memory
8080
usage of things held in memory that are not released when a request is
8181
completed. This includes things like the Lucene segment memory.
8282

83-
`network.breaker.accounting.limit`::
83+
`indices.breaker.accounting.limit`::
8484

8585
Limit for accounting breaker, defaults to 100% of JVM heap. This means that it is bound
8686
by the limit configured for the parent circuit breaker.
8787

88-
`network.breaker.accounting.overhead`::
88+
`indices.breaker.accounting.overhead`::
8989

9090
A constant that all accounting estimations are multiplied with to determine a
9191
final estimation. Defaults to 1

0 commit comments

Comments
 (0)