Skip to content

Commit

Permalink
Fix IT failure
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Jul 10, 2024
1 parent 8ca0628 commit e65c49a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,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"
+ " \"plugins.ml_commons.native_memory_threshold\" : 100, \n"
+ " \"plugins.ml_commons.disk_free_space_min_value\" : 0 \n"
+ " }\n"
+ "}";
Expand Down

0 comments on commit e65c49a

Please sign in to comment.