nodeca / tabex

Cross-tab message bus for browsers.
http://nodeca.github.io/tabex/
MIT License
219 stars 19 forks source link

Memory leak #22

Closed nicola-spb closed 4 years ago

nicola-spb commented 4 years ago

Hello, If you open your demo http://nodeca.github.io/tabex/ and open More tools -> Task Manager in chrome then you will see increasing js memory every second (+1 Kb).

puzrin commented 4 years ago

IMO that's not enough for proof. GC may free memory in bulks and it's logic depends on available memory.

What happens with memory after 1 day?

nicola-spb commented 4 years ago

Ok. Is it true. After manual clear GC memory is recovered. Sorry.