Can you fix memory usage?

So the difference occurs because process.memoryUsage() only returns the memory usage for the node process on which it is called, whereas we display the entire container memory usage in the editor. Plus, you’re only looking at the heap.