-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 open file limit issue with Elastic Search and Docker #418
Comments
@hopper-signifyd Thanks for the detailed issue, and sorry for the late answer. It has been some busy times lately. The issue here seems to be between the default docker settings and Elastic Search wanting to have a lot higher limit. The defaults are like that for a reason, but I agree that we could make it easier to enable higher limits for running Elastic Search. I wonder if improved documentation around the Another option would be to add a custom flag in |
Hi @mogren, |
@ajcann The first, I can confirm The second, that's the only ulimit setting we give in the docker configs. I think @mogren 's point is more like how can we better support these cases. We have some other products needs |
@Jeffwan ah yes I see that you are correct. Thank you for addressing the docker options! |
My understanding is this has been addressed, please let us know if this remains an issue on the latest AMI's. |
What happened:
I'm running into ulimit / max open file limit issues when trying to run Elastic Search on Docker using this AMI. This is the same as issue #278. Issue #278 is marked as "closed", but as the last comment on the issue states, this is still a problem.
How to reproduce it (as minimally and precisely as possible):
I launched the newest version of the image that I could find: amazon-eks-gpu-node-1.14-v20191213 (ami-0730212bffaa1732a) and found the contents of
/etc/sysconfig/docker
to be this:For my purposes, I've written a command into my CloudFormation UserData to replace
nofile=2048:8192
withnofile=65536:65536
. It looks something like this:Environment:
The text was updated successfully, but these errors were encountered: