Skip to content

Commit 1bb4ec4

Browse files
disable jvm memory circuit breaker for IT (opensearch-project#2540) (opensearch-project#2544)
Signed-off-by: Jing Zhang <jngz@amazon.com> (cherry picked from commit b974ed4) Co-authored-by: Jing Zhang <jngz@amazon.com>
1 parent 04d91f0 commit 1bb4ec4

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

+1
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)