clockworksoul / helm-elasticsearch

An Elasticsearch cluster on top of Kubernetes, made easier, with Helm.
Apache License 2.0
118 stars 76 forks source link

max file descriptors error #62

Open ksemaev opened 6 years ago

ksemaev commented 6 years ago

BUG REPORT

Default installation in Kubernetes fails with

ERROR: [1] bootstrap checks failed
[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]

By the way how does init containers with busy box help us to prepare kernel parameters for elastic containers? They are not connected as I see