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 148c12e commit 359f226Copy full SHA for 359f226
.ci/run-elasticsearch.sh
@@ -63,6 +63,8 @@ if [[ "$TEST_SUITE" == "platinum" ]]; then
63
--env xpack.security.transport.ssl.key=certs/testnode.key
64
--env xpack.security.transport.ssl.certificate=certs/testnode.crt
65
--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
68
END
69
))
70
volumes+=($(cat <<-END
0 commit comments