Skip to content

Commit 236e5cb

Browse files
authored
Open Search, Elastic Search containers failing due to Java incompatibility with ARM64 chips (#1295)
1 parent a5e49f8 commit 236e5cb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

compose/env/elasticsearch.env

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
ES_HOST=elasticsearch
22
ES_PORT=9200
3+
4+
# Compatibility with ARM64/Apple M-series chips
5+
_JAVA_OPTIONS="-XX:UseSVE=0"

compose/env/opensearch.env

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ OPENSEARCH_PORT=9200
33

44
# Prevent security patch conflicts with core M2 code
55
DISABLE_SECURITY_PLUGIN=true
6+
7+
# Compatibility with ARM64/Apple M-series chips
8+
_JAVA_OPTIONS="-XX:UseSVE=0"

0 commit comments

Comments
 (0)