Skip to content

Commit

Permalink
up ES memory default
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilly1 committed Jul 12, 2024
1 parent 93b9215 commit b0b72a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
restart: unless-stopped
environment:
- "ELASTIC_PASSWORD=verysecret" # matching Elasticsearch password
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- "xpack.security.enabled=true"
- "discovery.type=single-node"
- "path.repo=/usr/share/elasticsearch/data/snapshot"
Expand Down

0 comments on commit b0b72a6

Please sign in to comment.