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

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?

Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

This is a question that surged from this other one: Best practice to have the same view and store m… Read more Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

Filereader Memory Leak

I'm using FileReader to upload image files to a client for data fetching and thumbnails display… Read more Filereader Memory Leak

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

Browser Memory Increasing Constantly With Javascript Ajax Calls

I have a strange behaviour. I am using a rather heavy page (4000 nodes) meant to display a dispatch… Read more Browser Memory Increasing Constantly With Javascript Ajax Calls

Angular.js Memory Leaks, When Should I Start Worrying

So I have this rather large application built on angular, alot of nested states, alot of directives… Read more Angular.js Memory Leaks, When Should I Start Worrying

Memory Leak In Node.js Scraper

This is a simple scraper written in JavaScript with Node.js, for scraping Wikipedia for periodic ta… Read more Memory Leak In Node.js Scraper

Automatic Web-page Refresh Memory Leak Using XMLHttpRequest

Greetings, I've been working on a web-interface for some hardware that uses an 8-bit microcontr… Read more Automatic Web-page Refresh Memory Leak Using XMLHttpRequest