Easy way to monitor memory consumption
Copy + paste this into your terminal to monitor memory consumption:
eval("javascript:(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.showPanel(2);document.body.appendChild(stats.dom);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='https://mrdoob.github.io/stats.js/build/stats.min.js';document.head.appendChild(script);})()")
