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
realtime graphs consuming too much memory #2270
Comments
Are you using realtime in a popup window or inline on the graphs page? What browser and version of browser are you using for this? We've had this reported, but both Chrome and Firefox, though they did consume memory over time, they released that memory dynamically. This test was done for inline graphs and not popup. Please confirm. |
it's popup, i tried firefox, opera, ie11, and now edge... |
This should be resolved now. In the end, I did a leak hunt, but the big culprit was some stuff going on, or that should have been going on in jQueryUI. There is an open bug. There was a published workaround. So, I used it. |
Please test the few files that were a part of this set. |
Resolving this and a few other minor memory leaks. Everything should and have been validated to be working properly now. There were a few additional issues I found in performing a full regression.
Working like a champ now. |
so i tested it for a few days before i open my mouth, and indeed it is pure magic! :) |
Doesn't matter what browser i use, after a few hours of graphing, all 16GB of ram get consumed and i have to end the browser task in task manager. this is on win 10 1809. I tried the 1.2 beta but with the size feature, the ram seems to be used even faster! on the 1.2.0, the problem remains with 9 graphs open, with settings: 1 hour 20 sec refresh. what is the root of the problem?
The text was updated successfully, but these errors were encountered: