opensearch.env 251 B

123456789
  1. OPENSEARCH_HOST=opensearch
  2. OPENSEARCH_PORT=9200
  3. OPENSEARCH_HEALTHCHECK_TIMEOUT=100
  4. ## Set custom heap size to avoid memory errors
  5. OPENSEARCH_JAVA_OPTS="-Xms1g -Xmx1g"
  6. # Prevent security patch conflicts with core M2 code
  7. DISABLE_SECURITY_PLUGIN=true