Skip to content

Commit

Permalink
disable jvm memory circuit breaker for IT (#2540)
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
(cherry picked from commit b974ed4)
  • Loading branch information
jngz-es authored and github-actions[bot] committed Jun 18, 2024
1 parent 81a7272 commit 9ac4c09
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 9ac4c09

Please sign in to comment.