Disable bootstrap memmory lock

This commit is contained in:
Jose M 2020-06-24 18:40:01 +02:00
parent ccbc8f5213
commit 2ec2cd39fa
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF

View File

@ -2,7 +2,6 @@ cluster.name: {{ elasticsearch_cluster_name }}
node.name: {{ elasticsearch_node_name }}
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
bootstrap.memory_lock: true
network.host: {{ elasticsearch_network_host }}
node.master: {{ elasticsearch_node_master|lower }}