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 a92fd19 commit 1c6b2dcCopy full SHA for 1c6b2dc
.ci/opensearch/Dockerfile
@@ -10,6 +10,7 @@ ARG opensearch_yml=$opensearch_path/config/opensearch.yml
10
ARG SECURE_INTEGRATION
11
RUN echo "plugins.ml_commons.only_run_on_ml_node: false" >> $opensearch_yml;
12
RUN echo "plugins.ml_commons.native_memory_threshold: 100" >> $opensearch_yml;
13
+RUN echo "plugins.ml_commons.max_model_on_node: 20" >> $opensearch_yml;
14
RUN if [ "$OPENSEARCH_VERSION" == "2.11.0" -o "$OPENSEARCH_VERSION" == "3.0.0-beta1" ] ; then \
15
echo "plugins.ml_commons.model_access_control_enabled: true" >> $opensearch_yml; \
16
echo "plugins.ml_commons.allow_registering_model_via_local_file: true" >> $opensearch_yml; \
0 commit comments