remove deprecated MAX_THREADS option

This option doesn't seem to exists anymore in elasticsearch. It's not present in current versions of system configuration provided by recent elasticsearch packages and there is no code using it inside elasticsearch.
This commit is contained in:
Julien Mailleret 2019-11-26 23:36:03 +01:00
parent 6217e9485e
commit dc813aec3d
No known key found for this signature in database
GPG key ID: F065093271C8DE71
3 changed files with 0 additions and 7 deletions

View file

@ -66,8 +66,3 @@ MAX_LOCKED_MEMORY=unlimited
MAX_MAP_COUNT={{es_max_map_count}}
{% endif %}
# Specifies the maximum number of threads that can be started.
# Elasticsearch requires a minimum of 2048.
{% if es_max_threads is defined %}
MAX_THREADS={{ es_max_threads }}
{% endif %}