我正在尝试调试生产服务器中的内存泄漏。我正在寻找节点分析器,但我找到的所有解决方案都需要 v8-profiler(https://github.com/dannycoates/v8-profiler),它似乎不适用于最新版本的节点(链接错误:https://github.com/dannycoates/v8-profiler/issues/20)。
你能推荐其他解决方案吗?(我意识到这是Detecting memory leaks in nodejs的副本,但建议的解决方案也没有更新......)