Disable Scalable Vector Engine (XX:UseSVE=0) to fix issues on macOS and other ARM platforms

https://github.com/elastic/elasticsearch/issues/118583
This commit is contained in:
t3chn0m4g3
2025-01-06 13:20:54 +01:00
parent f6398f9cbb
commit 653bb2ed1e
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.16.1
ENV _JAVA_OPTIONS="-XX:UseSVE=0"
#
# Include dist
COPY dist/ /root/dist/