mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
ES cleanup
This commit is contained in:
@@ -185,12 +185,8 @@ so-elasticsearch:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
- environment:
|
- environment:
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
#- bootstrap.memory_lock=true
|
|
||||||
#- cluster.name={{ esclustername }}
|
|
||||||
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }}
|
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }}
|
||||||
#- http.host=0.0.0.0
|
ulimits:
|
||||||
#- transport.host=127.0.0.1
|
|
||||||
- ulimits:
|
|
||||||
- memlock=-1:-1
|
- memlock=-1:-1
|
||||||
- nofile=65536:65536
|
- nofile=65536:65536
|
||||||
- nproc=4096
|
- nproc=4096
|
||||||
|
|||||||
Reference in New Issue
Block a user