Skip to content

Commit 359f226

Browse files
committed
Trying to improve the resources for ML jobs
1 parent 148c12e commit 359f226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/run-elasticsearch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ if [[ "$TEST_SUITE" == "platinum" ]]; then
6363
--env xpack.security.transport.ssl.key=certs/testnode.key
6464
--env xpack.security.transport.ssl.certificate=certs/testnode.crt
6565
--env xpack.security.transport.ssl.certificate_authorities=certs/ca.crt
66+
--env xpack.ml.max_machine_memory_percent=50
67+
--env xpack.ml.node_concurrent_job_allocations=50
6668
END
6769
))
6870
volumes+=($(cat <<-END

0 commit comments

Comments
 (0)