I run heavy JavaScript every 5 seconds, and the task manager shows a steady increase in memory usage. However, the Heap snapshot does not. If I stop the script, the memory will be deleted after half a minute two minutes later.
UPDATE:
If I leave the script for a long time, the memory will increase until the browser crashes. I also tried checking the timeline of the chrome dev tools, and they also show no increase in memory usage, like a heap snapshot. Therefore, I assume that this is some kind of leak, but I can not understand what is happening.
Another thing that I canβt confirm, since I canβt install previous versions of Chrome, I donβt remember how it happened in previous versions (<24 Chrome). And IE10 runs this test without increasing the amount of memory. Could this be a problem with the new Chrome?
zeroin
source share