DEV Community

Discussion on: 🏇 A simple tip to improve angulars compilation speed

Collapse
 
yamakasy profile image
Iker A Saber • Edited

If you want to check how much RAM is node allocating currently, you can use this:

node -e 'console.log(v8.getHeapStatistics())'
Enter fullscreen mode Exit fullscreen mode