-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Memory leak at least since version v10.9.0 #6402
Comments
I've decided to try to bisect it a bit. Since
|
It appears Nest closest release between that and Deployed: https://ci.infra.status.im/job/status-go/job/deploy-notify-prod/17/ |
And 5fa57c8 is broken too: |
We're getting closer, f80042c is broken: We're down to 6 commits:
|
So there's a 50% chance it's @osmaczko commit 😂 |
And ed36d60 is clean: So we have 3 left, and |
Thanks @jakubgs for blame. I'll try to fix ASAP, sorry for inconvenience 😓 |
References prevented GC to remove unused loggers. Potentially fixes #6402
References prevented GC to remove unused loggers. Potentially fixes #6402
@jakubgs The neatness of your investigation is one for the books and deserves a round of applause, thank you! 👏 |
References prevented GC to remove unused loggers. fixes: #6402
References prevented GC to remove unused loggers. fixes: #6402
Indeed, it does look better. I have no idea what this spike is tho. But if it's only temporary we can live with it, until it becomes too big of a problem. Thanks for looking into the issue. |
References prevented GC to remove unused loggers. fixes: #6402
References prevented GC to remove unused loggers. fixes: #6402
References prevented GC to remove unused loggers. fixes: #6402
I have recently deployed the v10.9.0 release on our
notify.prod
fleet, which has been running v0.166.4 before.Here is memory usage for
status-go
node onnode-01.do-ams3.notify.prod
for the last 20 days:You can clearly see the change in memory usage on the 3rd of March when the Docker image was upgraded.
This is not sustainable and needs to be investigated.
The text was updated successfully, but these errors were encountered: