Getting memory leak after keeping IE11 open for 2

2019-08-29 05:37发布

问题:

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.