IE8 is bad at memory management and the code for autorefresh is leaky.

Patch soon.

Comments

nod_’s picture

Ok patch is harder than expected, alternate solution is to reload the page once in a while (like a few hours) to avoid IE running out of memory.

Won't be working on it so feel free to close. At least people will find it if they search for memory leak :)

code to reload the page (every 3 hours):
setTimeout(function () { window.location.reload(); }, 3*3600000);