-
Notifications
You must be signed in to change notification settings - Fork 121
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
Memory leak in com.docker.osxfs #2839
Comments
@tverboon thanks for your report! Could you provide reproduction steps to help me replicate this in-house? Ideally a |
docker run -d --rm --name=sabnzbd \
-v /T5/nzbd/config:/config \
-v /T5/nzbd/complete:/complete \
-v /T5/nzbd/incomplete:/incomplete \
-v /T5/nzbd/watch:/watch \
-v /T5/nzbd/:/datadir \
-v /T5/nzbd/media:/media \
-p 8080:8080 \
sabnzbd/sabnzbd But this is the easy part. To reproduce it, you need to download an NZB from a news server. Actually that's not easy to reproduce, unless you have access to a news server. I tried to reproduce with curl in a vanilla debian container, but that didn't work. Memory grows, but shrinks also again, which looks normal buffering to me. -- I am sorry, but it seems I cannot consistently reproduce this. |
I prepared a docker-compose with which I can reliably reproduce the issue on my system: https://github.com/zulli73/docker_issue_2839. Please check the README.md It suspect that this issue is caused due to a kernel related resource leak, like unclosed file handles or the like as Probably needless to mention, but: Your system will "crash", so save any data before reproducing! |
having the same issue here. Is there a gonna be a fix for this? |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
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. |
Very high memory usage:
I am running sabnzbd in a Docker container. It looks like all disk IO, that should be a stream, stays in Memory.
Docker for Mac: version: 18.03.0-ce-mac60 (dd2831d4b7421cf559a0881cc7a5fdebeb8c2b98)
macOS: version 10.13.4 (build: 17E199)
Referencing #1815. Although this is probably a new issue, previous version didn't cause excessive memory usage in my use case.
The text was updated successfully, but these errors were encountered: