Skip to content

Opensearch dashboards.opensearchconfig.memorycircuitbreaker

Home > opensearch-dashboards > OpenSearchConfig > memoryCircuitBreaker

OpenSearchConfig.memoryCircuitBreaker property

Set of options to configure memory circuit breaker for query response. The maxPercentage field is to determine the threshold for maximum heap size for memory circuit breaker. By default the value is 1.0. The enabled field specifies whether the client should protect large response that can't fit into memory.

Signature:

readonly memoryCircuitBreaker: OpenSearchConfigType['memoryCircuitBreaker'];