Skip to content

Commit

Permalink
Merge pull request #735 from ihor-sviziev/patch-3
Browse files Browse the repository at this point in the history
Opensearch - Fix incorrect java options env variable
  • Loading branch information
navarr authored Jan 11, 2024
2 parents 2299ea1 + 5c3c27b commit 6f650ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/includes/opensearch.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ services:
environment:
- DISABLE_SECURITY_PLUGIN=true
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms64m -Xmx512m"
- "OPENSEARCH_JAVA_OPTS=-Xms64m -Xmx512m"
volumes:
- osdata:/usr/share/opensearch/data

volumes:
osdata:
osdata:

0 comments on commit 6f650ec

Please sign in to comment.