How can I monitor the memory usage of Node.js?
On Linux/Unix (note: Mac OS is a Unix) use top and press M (Shift+M) to sort processes by memory usage.
top
On Windows use the Task Manager.