Bug #1711
Memory leak on IE
Start date:
02/01/2017
Due date:
% Done:
0%
History
#1
Updated by Luke Murphey about 8 years ago
- Status changed from New to In Progress
#2
Updated by Luke Murphey about 8 years ago
Confirmed that Edge seems to do it too.
#3
Updated by Luke Murphey about 8 years ago
Observations:
- Edge easily gets to 3 GB of memory used for the same show that Chrome hovers around 300 MB
- Edge doesn't change pages more than once (see #1741)
#4
Updated by Luke Murphey about 8 years ago
To try:
- Removing the nprogress indicator: no change
- Removing the overlay: no change
- Removing the frame control handlers: no change
- Removing the hide overlay: no change
- Try collectGarbageForIframe() from http://stackoverflow.com/questions/8407946/is-it-possible-to-use-iframes-in-ie-without-memory-leaks
#5
Updated by Luke Murphey about 8 years ago
Wondering if this is a defect in IE and Edge.
#6
Updated by Luke Murphey about 8 years ago
Added code to purgeFrame from http://stackoverflow.com/questions/8407946/is-it-possible-to-use-iframes-in-ie-without-memory-leaks.
It stills seem to increase.
#8
Updated by Luke Murphey about 8 years ago
Might want to disable GPU rendering per https://community.servicenow.com/thread/224646
#9
Updated by Luke Murphey about 8 years ago
Frame deletion only happens at the show termination. Perhaps it should be called earlier?