up ES memory default

This commit is contained in:
Simon
2024-07-12 16:58:50 +02:00
parent 93b921582d
commit b0b72a6e6e

View File

@@ -45,7 +45,7 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
- "ELASTIC_PASSWORD=verysecret" # matching Elasticsearch password - "ELASTIC_PASSWORD=verysecret" # matching Elasticsearch password
- "ES_JAVA_OPTS=-Xms512m -Xmx512m" - "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- "xpack.security.enabled=true" - "xpack.security.enabled=true"
- "discovery.type=single-node" - "discovery.type=single-node"
- "path.repo=/usr/share/elasticsearch/data/snapshot" - "path.repo=/usr/share/elasticsearch/data/snapshot"