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]>
  • Loading branch information
jngz-es authored Jun 12, 2024
1 parent 6fefc26 commit b974ed4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,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 b974ed4

Please sign in to comment.