Skip to content

Commit

Permalink
Increase threshold for native memory CB in ml-commons
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski committed Mar 3, 2023
1 parent b9765f7 commit eb8ded5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public abstract class BaseNeuralSearchIT extends OpenSearchSecureRestTestCase {
@Before
public void setupSettings() {
updateClusterSettings("plugins.ml_commons.only_run_on_ml_node", false);
// default threshold for native circuit breaker is 90, it may be not enough on test runner machine
updateClusterSettings("plugins.ml_commons.native_memory_threshold", 100);
}

@SneakyThrows
Expand Down

0 comments on commit eb8ded5

Please sign in to comment.