-
Notifications
You must be signed in to change notification settings - Fork 123
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
too many open files #6071
Comments
Thanks for the report. Do you have more precise repro steps, maybe a sample project on GitHub or compose file etc. to reproduce the problem? We haven't seen this error in our CI. |
Could you upload diagnostics, please? See https://docs.docker.com/desktop/mac/troubleshoot/#diagnose-and-feedback |
Just in case the diagnostics fails (because of too many open files), could you try
This should list all the open files making it easier to spot where the leak is. |
I am having the same issue with M1 CPUs when I create a Kind cluster with about 40 pods. |
I encounter this issue when deploying a k3d cluster with a similar number of pods including a live-reloading NodeJS application with many open files. Again, this issue is not present in previous releases. I believe it to be a misconfiguration of the VM's Linux kernel. |
Just fyi, looks like we have the same issue when running kind and a few more containers. (kubernetes-sigs/cluster-api#5940). I think it probably also occurs when running a few kind clusters. @killianmuldoon posted a workaround on our issue: kubernetes-sigs/cluster-api#5940 (comment) |
cc @thaJeztah |
We've released Docker Desktop 4.5.0 which fixes this issue. |
Thanks @StefanScherer this is working for me 😄 |
@StefanScherer I still have the issue with 4.5.0, I get bunch of |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Continue operating software that worked in Docker Desktop for Mac v4.2.0
Actual behavior
Several systems failed with errors indicating "too many open files".
Information
Steps to reproduce the behavior
This error was present with my use of node application with file watching as well as through kubernetes tooling (i.e. prometheus).
The error was resolved by rolling back to v4.2.0.
The text was updated successfully, but these errors were encountered: