-
Notifications
You must be signed in to change notification settings - Fork 52
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
Could Rollbax cause a memory leak in my application? #120
Comments
After deactivating Rollbax from my app, the memory leak disapeared. So it seems that there is strong evidence that the memory leak is caused by Rollbax. This relates to what someone told me in my post. However, I'd like to keep Rollbax around as all of our other applications use it without any trouble and Rollbar is quite convenient 😃 |
Hey @ryanzidago, I could help to take a look if you would be able to come up with a working repo to reproduce your observation. |
Thanks for offering your help 🙏 I was looking more fore an educated guess 😅 |
Disabling the
|
Hi all,
I'm having some trouble identifying why do I have a memory leak in my application. You can find more info in this Elixir Forum post.
Otherwise, as a TLDR:
I have a process
error_logger
that keeps accumulating data. When I look into the process' state I see the following:This is why I think Rollbax may be causing memory leak in my application.
Elixir version:
Erlang version:
Rollbax version:
Do you know how does Rollbax uses the
error_logger
?Does it seem plausible that Rollbax is causing a memory leak and if so, why? 🤔
The text was updated successfully, but these errors were encountered: