Getting memory leak after keeping IE11 open for 2 days

假如想象 提交于 2019-12-11 17:09:14

问题


Recently I found there is a memory leak in IE11 for angular6 application where i have several's tabs in application and each tab is having multiple graphs to show.

There is no memory leak for sudden open and close the application but if I allowed to open a browser for 2 days with active tab open, i saw a memory spike where memory aren't being released properly and memory allocation is getting upward after that and its repeating the same pattern over the time.

Is there any way to find out which script is issuing the memory leak? Because this pattern is only getting after 2 days so that i cannot keep profiling open for 2 days.

Please let me know if any other work around to find out like using perfmon, selenium or node js to keep checking memory consumption and if there is any spike, take a snapshot.

Below is the sanpshot.

来源:https://stackoverflow.com/questions/52552587/getting-memory-leak-after-keeping-ie11-open-for-2-days

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!