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 d04a43c commit cfdc859Copy full SHA for cfdc859
.github/workflows/ci-pipeline.yaml
@@ -111,6 +111,9 @@ jobs:
111
-e "xpack.security.enabled=false" \
112
-e "xpack.security.http.ssl.enabled=false" \
113
-e "ELASTIC_PASSWORD=changeme" \
114
+ -e "ES_JAVA_OPTS=-Xms1g -Xmx2g" \
115
+ -e "http.max_content_length=100mb" \
116
+ -e "http.timeout=60s" \
117
-p 9200:9200 \
118
docker.elastic.co/elasticsearch/elasticsearch:8.12.1
119
0 commit comments