You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Scotty application. When I start it, the top command shows that it consumes ~ 1% of CPU. If I leave it running and say for a day nobody makes a single request to it, the CPU consumption grows to 25%, and keeps growing if I keep the app running. So it evidences a leak. However, as soon as I make a single request to the app, the CPU consumption drops to initial levels.
The text was updated successfully, but these errors were encountered:
No, I haven't. I've made a basic analysis of my app and it seems like Scotty is the cause. Possibly, some time later I'll do a more thorough analysis of my app to get to the bottom of this, but I can't promise.
Any way, I think it's best to at least keep this issue open in case somebody else bumps into the same problem, thus confirming that Scotty is the cause.
I have a Scotty application. When I start it, the
top
command shows that it consumes ~ 1% of CPU. If I leave it running and say for a day nobody makes a single request to it, the CPU consumption grows to 25%, and keeps growing if I keep the app running. So it evidences a leak. However, as soon as I make a single request to the app, the CPU consumption drops to initial levels.The text was updated successfully, but these errors were encountered: