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

[DPP-84] Possible Memory Leak on Supervisor #108

Open
qnikst opened this issue Jun 17, 2015 · 0 comments
Open

[DPP-84] Possible Memory Leak on Supervisor #108

qnikst opened this issue Jun 17, 2015 · 0 comments
Labels

Comments

@qnikst
Copy link
Contributor

qnikst commented Jun 17, 2015

[Imported from JIRA. Reported by Roman Gonzalez @roman) as DPP-84 on 2013-12-09 19:15:36]
When running addChild/removeChild in a loop using the Supervisor API, we noticed a memory leak. I don't know if this is related to #DPP-72.

We have tried to replace the StateT monad being used in ManagedProcess to be Strict, and created a NFData instance for the Supervisor State, and that doesn't seem to stop the leak. We will add more ps files with profiling as we go.

Here is the code we are using for the test:

https://gist.github.com/roman/7878922

Attached is one ps

@qnikst qnikst added the bug-2 label Jun 17, 2015
@qnikst qnikst changed the title Possible Memory Leak on Supervisor [DPP-84] Possible Memory Leak on Supervisor Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant