[[modules-indices]] == Indices The indices module controls index-related settings that are globally managed for all indices, rather than being configurable at a per-index level. Available settings include: <>:: Circuit breakers set limits on memory usage to avoid out of memory exceptions. <>:: Set limits on the amount of heap used by the in-memory fielddata cache. <>:: Configure the amount heap used to cache queries results. <>:: Control the size of the buffer allocated to the indexing process. <>:: Control the behaviour of the shard-level request cache. <>:: Control the resource limits on the shard recovery process. <>:: Control how expired documents are removed. include::indices/circuit_breaker.asciidoc[] include::indices/fielddata.asciidoc[] include::indices/query_cache.asciidoc[] include::indices/indexing_buffer.asciidoc[] include::indices/request_cache.asciidoc[] include::indices/recovery.asciidoc[] include::indices/ttl_interval.asciidoc[]