-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
[Docker] [macOS] moby/vpnkit exhausts docker resources #43
Comments
I did run into a similar issue during development. This seems to be a MacOS specific issue, that too when proxy.py is set up as a system-wide MacOS HTTP/HTTPS proxy. Example:
My initial investigation hinted that client connection somehow gets dropped/closed right after proxy.py has received the request. Unsure if the connection is closed by the client or it has to do with docker network settings. Anyways, this results in clients making calls for the same URL repeatedly in a tight loop, overwhelming proxy.py and eventually running into file descriptor out of range error. You will notice access log for same
In above case, IP Client IP
|
I don't know how to solve this,but thanks for your reply! |
In macOS 10.14.2, run with docker
The text was updated successfully, but these errors were encountered: