docker-compose: elasticsearch: reduce JVM heap

see https://github.com/inventaire/inventaire-deploy/commit/c2a9365
This commit is contained in:
maxlath
2022-02-12 17:50:11 +01:00
parent 7509d774bf
commit a4402e19a4

View File

@@ -30,6 +30,7 @@ services:
- 'transport.host=127.0.0.1'
# See https://www.elastic.co/guide/en/elasticsearch/reference/7.14/docker.html
- 'discovery.type=single-node'
- 'ES_JAVA_OPTS=-Xms1g -Xmx1g'
ports :
- '127.0.0.1:9200:9200'
volumes: