We're a place where coders share, stay up-to-date and grow their careers.
If you want to check how much RAM is node allocating currently, you can use this:
node -e 'console.log(v8.getHeapStatistics())'
If you want to check how much RAM is node allocating currently, you can use this: