Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的快照中找到内存泄漏。 快照 1 快照 2
我看到一个数组正在增长,但我在里面找不到任何泄漏。
感谢帮助。
您可能会受益于 3 快照方法。查看http://www.alexkras.com/simple-guide-to-finding-a-javascript-memory-leak-in-node-js/了解更多信息和示例。