Skip to content
Snippets Groups Projects
Commit 25b2529a authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(search): add java option to limit es ram use

parent 941cfd3b
No related branches found
No related tags found
3 merge requests!247V2.1.0,!242V2.0,!127V2.0
......@@ -106,6 +106,7 @@ services:
discovery.type: single-node
xpack.security.enabled: ${ELASTIC_SECURITY}
ELASTIC_PASSWORD: ${ELASTICSEARCH_PASSWORD}
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
volumes:
- db-elastic:/usr/share/elasticsearch/data
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment