-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] Possible memory leak with Twitcher/Magpie #505
Comments
Should probably be moved to https://github.com/bird-house/twitcher/ repo. |
Opened corresponding bugs on Twitcher side bird-house/twitcher#113. I originally open here since the Magpie adapter is known to possibly can have impact on Twitcher performance, as seen with the caching feature. |
@tlvu For the CPU use though, I have no idea what could be the cause. |
On Ouranos production, we still have the caching feature disabled. FYI, you can track all config diff between default birdhouse-deploy and our production deployment by doing the diff between the repos: bird-house/birdhouse-deploy@master...Ouranosinc:master |
In this case, I further believe the issue is on Twitcher side. |
Describe the bug
Twitcher is constantly taking lots of Memory and Cpu.
We have had a lot of Thredds activity lately so it's normal for the Cpu and Memory consumption to increase for Thredds since it has a caching feature.
But Twitcher saw a proportionally increase which is puzzling to me and stay like this during idle time.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Twitcher Cpu and Memory would increase during Thredds transfer/activity but should go down during idle time.
Desktop (please complete the following information):
/version
endpoint]https://pavics.ouranos.ca/magpie/version
{"version": "3.19.1", "db_version": "cb92ff1f81bb", "code": 200, "detail": "Get version successful.", "type": "application/json", "path": "/version", "url": "https://pavics.ouranos.ca/magpie/version", "method": "GET"}
The text was updated successfully, but these errors were encountered: