Skip to content
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 on connections #202

Closed
apkar opened this issue Aug 8, 2019 · 0 comments
Closed

Memory leak on connections #202

apkar opened this issue Aug 8, 2019 · 0 comments
Assignees

Comments

@apkar
Copy link
Contributor

apkar commented Aug 8, 2019

It seems like we are leaking memory for each connection. This is easy to produce if we just create client connection and close immediately. With 1000 connections, I could make the process leak around 30MB. Valgrind should show the leak easily. Having said that, I haven't yet ran Valgrind on DocLayer.

https://forums.foundationdb.org/t/document-layer-oom/1557/10

@apkar apkar self-assigned this Aug 9, 2019
@apkar apkar closed this as completed in b8e5e02 Aug 12, 2019
apkar added a commit that referenced this issue Aug 12, 2019
Resolves #202: Fixes memory leak on `ExtConnection`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant