Skip to content

Commit

Permalink
remove elastic arm workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gabor committed Jan 10, 2025
1 parent bf9ada0 commit 0825973
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ services:
xpack.security.http.ssl.enabled: false
xpack.security.enabled: false
# /~https://github.com/elastic/elasticsearch/issues/118583#issuecomment-2578368306
ES_JAVA_OPTS: -XX:UseSVE=0
CLI_JAVA_OPTS: -XX:UseSVE=0
# manually enable this on m4 machines only (it would fail on x64 machines e.g. in github ci)
# ES_JAVA_OPTS: -XX:UseSVE=0
# CLI_JAVA_OPTS: -XX:UseSVE=0
ports:
- 9220:9200
- 9320:9300
Expand Down

0 comments on commit 0825973

Please sign in to comment.