fix(docker-compose.yml): updated elastic search memory settings
This commit is contained in:
parent
9b0ec0aa54
commit
614e32990c
|
@ -32,6 +32,7 @@
|
|||
environment:
|
||||
- "cluster.name=molgenis"
|
||||
- "bootstrap.memory_lock=true"
|
||||
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
||||
- "xpack.security.enabled=false"
|
||||
ulimits:
|
||||
memlock:
|
||||
|
|
Loading…
Reference in New Issue