Skip to content

Commit 1c6b2dc

Browse files
Fix failing test
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent a92fd19 commit 1c6b2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/opensearch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ARG opensearch_yml=$opensearch_path/config/opensearch.yml
1010
ARG SECURE_INTEGRATION
1111
RUN echo "plugins.ml_commons.only_run_on_ml_node: false" >> $opensearch_yml;
1212
RUN echo "plugins.ml_commons.native_memory_threshold: 100" >> $opensearch_yml;
13+
RUN echo "plugins.ml_commons.max_model_on_node: 20" >> $opensearch_yml;
1314
RUN if [ "$OPENSEARCH_VERSION" == "2.11.0" -o "$OPENSEARCH_VERSION" == "3.0.0-beta1" ] ; then \
1415
echo "plugins.ml_commons.model_access_control_enabled: true" >> $opensearch_yml; \
1516
echo "plugins.ml_commons.allow_registering_model_via_local_file: true" >> $opensearch_yml; \

0 commit comments

Comments
 (0)