Node.js memory leak hunting without v8-profiler

前端 未结 1 1263
一生所求
一生所求 2020-12-15 07:28

I\'m trying to track down a memory leak in a Node.js app. I\'ve tried installing v8-profiler but it will not compile... it looks like a dead project that a lot of people are

相关标签:
1条回答
  • 2020-12-15 08:03

    Have you looked at https://github.com/felixge/node-memory-leak-tutorial? The author includes a link in the Readme to a more recent (Apr 11) fork of v8-profiler.

    0 讨论(0)
提交回复
热议问题