Skip to content

Commit

Permalink
disable jvm memory circuit breaker for IT (#2540) (#2544)
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]>
  • Loading branch information
opensearch-trigger-bot[bot] and jngz-es authored Jun 12, 2024
1 parent 04d91f0 commit 1bb4ec4
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 1bb4ec4

Please sign in to comment.