-
Notifications
You must be signed in to change notification settings - Fork 152
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? #54
Comments
I added this to the main file:
That causes the leak without having anything connect over 9p, running stand-alone. (reducing the polling time makes the problem appear faster) |
After some investigation with @samoht, the problem seems to be that listing a directory with Lwt_unix leaks. e.g. this program rapidly increases its memory consumption:
|
Upstream bug: ocsigen/lwt#229 |
Running with:
reports
The others are single blocks, so probably just there because I hit Ctrl-C, or maybe some initialisation stuff. |
See #57 |
should have landed in pinata's |
@samoht Seems stable. I'll let you know if there are issues. |
The
com.docker.db
process memory usage is growing up regularly, even when there is no activity -- this can grow very large over time.Need to be fixed ASAP
Reported by @aluzzardi and @stevvooe on https://docker.slack.com/archives/pinata-dev/p1459565205001093
The text was updated successfully, but these errors were encountered: