Skip to content

Commit

Permalink
altering circuit breakers for qa
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Nov 15, 2023
1 parent fa6e6d6 commit 2fb81f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/solr/9.3.0/solrconfig.xml
Expand Up @@ -588,21 +588,21 @@
check for "Circuit Breakers tripped" in logs and the corresponding error message should tell
you what transpired (if the failure was caused by tripped circuit breakers).
-->
<!--

<str name="memEnabled">true</str>
<str name="memThreshold">75</str>
-->
<str name="memThreshold">5</str>


<!-- CPU Circuit Breaker Configuration
Specific configuration for CPU utilization based circuit breaker. This configuration defines
whether the circuit breaker is enabled and the average load over the last minute at which the
circuit breaker should start rejecting queries.
-->
<!--

<str name="cpuEnabled">true</str>
<str name="cpuThreshold">75</str>
-->
<str name="cpuThreshold">5</str>

</circuitBreaker>

<!-- Request Dispatcher
Expand Down

0 comments on commit 2fb81f6

Please sign in to comment.