@@ -1,2 +1,5 @@
ES_HOST=elasticsearch
ES_PORT=9200
+
+# Compatibility with ARM64/Apple M-series chips
+_JAVA_OPTIONS="-XX:UseSVE=0"
@@ -3,3 +3,6 @@ OPENSEARCH_PORT=9200
# Prevent security patch conflicts with core M2 code
DISABLE_SECURITY_PLUGIN=true