We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a7272 commit c382e10Copy full SHA for c382e10
plugin/src/test/java/org/opensearch/ml/rest/MLCommonsRestTestCase.java
@@ -170,6 +170,7 @@ public void setupSettings() throws IOException {
170
171
String jsonEntity = "{\n"
172
+ " \"persistent\" : {\n"
173
+ + " \"plugins.ml_commons.jvm_heap_memory_threshold\" : 100, \n"
174
+ " \"plugins.ml_commons.native_memory_threshold\" : 100 \n"
175
+ " }\n"
176
+ "}";
0 commit comments