diff --git a/docs/reference/modules/indices/circuit_breaker.asciidoc b/docs/reference/modules/indices/circuit_breaker.asciidoc index caa6c43d45a9a..a5a787e23d170 100644 --- a/docs/reference/modules/indices/circuit_breaker.asciidoc +++ b/docs/reference/modules/indices/circuit_breaker.asciidoc @@ -97,24 +97,6 @@ also as a structured object which is reflected by default overhead. A constant that all in flight requests estimations are multiplied with to determine a final estimation. Defaults to 2. -[[accounting-circuit-breaker]] -[discrete] -==== Accounting requests circuit breaker - -The accounting circuit breaker allows Elasticsearch to limit the memory -usage of things held in memory that are not released when a request is -completed. This includes things like the Lucene segment memory. - -`indices.breaker.accounting.limit`:: - (<>) - Limit for accounting breaker, defaults to 100% of JVM heap. This means that it is bound - by the limit configured for the parent circuit breaker. - -`indices.breaker.accounting.overhead`:: - (<>) - A constant that all accounting estimations are multiplied with to determine a - final estimation. Defaults to 1 - [[script-compilation-circuit-breaker]] [discrete] ==== Script compilation circuit breaker