ES cleanup

This commit is contained in:
Mike Reeves
2020-08-11 10:28:21 -04:00
parent b84d7d818f
commit 7e0249c377

View File

@@ -185,12 +185,8 @@ so-elasticsearch:
{%- endif %}
- environment:
- discovery.type=single-node
#- bootstrap.memory_lock=true
#- cluster.name={{ esclustername }}
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }}
#- http.host=0.0.0.0
#- transport.host=127.0.0.1
- ulimits:
ulimits:
- memlock=-1:-1
- nofile=65536:65536
- nproc=4096