Skip to content

Commit

Permalink
disable jvm memory circuit breaker for IT (#2540) (#2566) (#3040)
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
(cherry picked from commit b974ed4)

Co-authored-by: Jing Zhang <[email protected]>
(cherry picked from commit c382e10)

Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] authored Oct 2, 2024
1 parent fcbed3f commit b532abf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public void setupSettings() throws IOException {

String jsonEntity = "{\n"
+ " \"persistent\" : {\n"
+ " \"plugins.ml_commons.jvm_heap_memory_threshold\" : 100, \n"
+ " \"plugins.ml_commons.native_memory_threshold\" : 100 \n"
+ " }\n"
+ "}";
Expand Down

0 comments on commit b532abf

Please sign in to comment.