Skip to content

Commit c382e10

Browse files
disable jvm memory circuit breaker for IT (#2540) (#2566)
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit b974ed4) Co-authored-by: Jing Zhang <[email protected]>
1 parent 81a7272 commit c382e10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/test/java/org/opensearch/ml/rest/MLCommonsRestTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ public void setupSettings() throws IOException {
170170

171171
String jsonEntity = "{\n"
172172
+ " \"persistent\" : {\n"
173+
+ " \"plugins.ml_commons.jvm_heap_memory_threshold\" : 100, \n"
173174
+ " \"plugins.ml_commons.native_memory_threshold\" : 100 \n"
174175
+ " }\n"
175176
+ "}";

0 commit comments

Comments
 (0)