opensearch.env 209 B

12345678
  1. OPENSEARCH_HOST=opensearch
  2. OPENSEARCH_PORT=9200
  3. # Prevent security patch conflicts with core M2 code
  4. DISABLE_SECURITY_PLUGIN=true
  5. # Compatibility with ARM64/Apple M-series chips
  6. _JAVA_OPTIONS="-XX:UseSVE=0"