Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Leaks

Javascript Memory Leak From Closure Lexical Environment

I am trying to understand why the following code causes a memory leak Here is the timeline showin… Read more Javascript Memory Leak From Closure Lexical Environment

Detect When Ie11, With Its Built-in Memory Leak, Runs Out Of Memory (1.5gb Recyclable Pool)

IE11 has a well-documented iframe memory leak. In a SPA, if you are using iframes the memory will g… Read more Detect When Ie11, With Its Built-in Memory Leak, Runs Out Of Memory (1.5gb Recyclable Pool)

Javascript Nested Function Performance

I have some nested functions such as var freak = function() { var die = function() { ... } … Read more Javascript Nested Function Performance

Memory Leak In Javascript (chrome)

I'm calling a function 50 times a second, which does some expensive things as it is painting al… Read more Memory Leak In Javascript (chrome)

Jquery Code Causing Memory Leak

The following code is causing a memory leak (you can see this happening the more you hover in and o… Read more Jquery Code Causing Memory Leak

Memory Leak In Tensorflow.js: How To Clean Up Unused Tensors?

I'm writing a script, which sometimes leaks tensors. This can happen in multiple cases, for exa… Read more Memory Leak In Tensorflow.js: How To Clean Up Unused Tensors?