mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
up ES memory default
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user