Reputation: 1502
I have a nodejs app, is there a module or a function that returns the current memory usage?
Upvotes: 3
Views: 148
Reputation: 74645
> process.memoryUsage() { rss: 7827456, heapTotal: 2525472, heapUsed: 1542704 }
Upvotes: 5