pires / kubernetes-elasticsearch-cluster

Elasticsearch cluster on top of Kubernetes made easy.
Apache License 2.0
1.51k stars 690 forks source link

Set `PROCESSORS` accordingly #165

Closed jjungnickel closed 6 years ago

jjungnickel commented 6 years ago

This change will set PROCESSORS to the actual number of available CPUs to the Container, allowing ES to properly adjust thread pool sizes.

This is the companion change to https://github.com/pires/docker-elasticsearch-kubernetes/pull/57

pires commented 6 years ago

Thank you very much!