Merge pull request #308 from silverlogic/systemd-limit-nproc

allow max threads to be configured
This commit is contained in:
Dale McDiarmid 2017-08-18 16:20:29 +01:00 committed by GitHub
commit 23abae8c67
3 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@ es_pid_dir: "/var/run/elasticsearch"
es_data_dirs: "/var/lib/elasticsearch"
es_log_dir: "/var/log/elasticsearch"
es_max_open_files: 65536
es_max_threads: 2048
es_max_map_count: 262144
es_allow_downgrades: false
es_enable_xpack: false