Chromium Blog: Chrome Developer Tools: Put JavaScript memory under control
In this post, we will cover four tools in Google Chrome that can help you understand how your application makes use of JavaScript memory.
The simplest one is the built-in Task Manager. It is available under> Tools > Task Manager. The “JavaScript memory” column isn’t visible by default, but you can turn it on via the context menu [1]:
Oh, oh….

