-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max file descriptors for elasticsearch process is too low #140
Comments
That looks like the
|
I follow the doc and i fix that config as mention for vm.max_map_count but on this case was for ulimits. i fix it with following config on my docker-compose.yml
|
Using Ubuntu 16.10
Docker 1.12.3
Docker Composer 1.8
Elastic latest tag
docker-compose.yml
elastic:
image: elasticsearch
environment:
- ES_JAVA_OPTS=-Xmx2g -Xms2g
getting on logs
elastic_1 | ERROR: bootstrap checks failed
elastic_1 | max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
elastic_1 | [2016-11-18T17:48:17,058][INFO ][o.e.n.Node ] [HK_OIan] stopping ...
Any idea, thanks
The text was updated successfully, but these errors were encountered: