Skip to content
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

Set explicit limits on elasticsearch file descriptors #7788

Merged
merged 2 commits into from
Apr 10, 2020

Conversation

alanbato
Copy link
Contributor

While setting up the development environment I ran into an issue with the elasticsearch image.
It was not starting up because the limit on file descriptors was set to 1024. I'm guessing this has to do with my host machine using moby-engine instead of docker-ce.

While discussing it with @di we found a solution to this problem by setting the limit directly on docker-compose.yml and we believe this shouldn't change or break the default behaviour for normal cases.

@di di merged commit 9019b5e into pypi:master Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants