mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Add Elasticsearch 8.8 snapshot to test matrix (#543)
And increase the test ES node heap size to prevent circuit breaker exceptions due to better memory accounting in elastic/elasticsearch#89437.
This commit is contained in:
parent
e0c08e42a0
commit
7ca8376f68
@ -146,7 +146,7 @@ set -x
|
||||
docker run \
|
||||
--name "$NODE_NAME" \
|
||||
--network "$NETWORK_NAME" \
|
||||
--env ES_JAVA_OPTS=-"Xms1g -Xmx1g" \
|
||||
--env ES_JAVA_OPTS=-"Xms2g -Xmx2g" \
|
||||
"${environment[@]}" \
|
||||
"${volumes[@]}" \
|
||||
--publish "$HTTP_PORT":9200 \
|
||||
|
@ -3,6 +3,7 @@
|
||||
ELASTICSEARCH_VERSION:
|
||||
- '8.6.0-SNAPSHOT'
|
||||
- '8.7.0-SNAPSHOT'
|
||||
- '8.8.0-SNAPSHOT'
|
||||
|
||||
PANDAS_VERSION:
|
||||
- '1.5.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user