I have come across an unusual memory leak in three.js (r73). Here are the steps to reproduce it:
1) Go to the following link using Google Chrome (version 46.0.2490.80 m)
2) Open DevTools -> Profiles -> Take Heap Snapshot. Check out my screenshot below:
3) Take another heap snapshot after 10 seconds. You'll notice that the heap size has increased.
However, if you open this page locally on your computer without a server, the heap size remains within the range of 5-6 Mb.
Why does the used memory size keep increasing in the example but stays constant when opening the page locally?
Thank you in advance!
Best regards, Vasily.