-
Notifications
You must be signed in to change notification settings - Fork 191
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
Vpnkit reporting too many open files #406
Comments
@aemengo there was recently a file descriptor leak in Failing that, could you provide some reproduction steps so I can investigate locally? Perhaps a Dockerfile / |
@djs55 It's proving time-consuming to get a valid example. But something what we believe to be an issue is the following line
It shows up frequently. If we can set up our own dns server, is there a way to route specific connections or containers inside of a linuxkit built VM running |
Apologies for the issue. Our team has finally understood the issue. For future inquiries: Our custom Linuxkit VM was spawning numerous containers, each with the value of |
macOS High Sierra, version: 10.13.3
version: v0.2.0
When we look into the logs of our vpnkit configuration, we routinely see the following (too many open files error):
This manifests in extremely spotty network connectivity to the VM that we are trying to prop up. The simple fix would be to bump our file descriptor limit (currently at
4864
) , but we cannot ask our end users to do that.Are there any straightforward reasons why we are breaching this limit for vpnkit? Many thanks
@sigilite
The text was updated successfully, but these errors were encountered: