mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
es_max_open_files default value changed to 65536
This commit is contained in:
@@ -18,5 +18,5 @@ es_data_dirs: "/var/lib/elasticsearch"
|
|||||||
es_log_dir: "/var/log/elasticsearch"
|
es_log_dir: "/var/log/elasticsearch"
|
||||||
es_work_dir: "/tmp/elasticsearch"
|
es_work_dir: "/tmp/elasticsearch"
|
||||||
es_plugin_dir: "/usr/share/elasticsearch/plugins"
|
es_plugin_dir: "/usr/share/elasticsearch/plugins"
|
||||||
es_max_open_files: 65535
|
es_max_open_files: 65536
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user