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.
我正在尝试调试 node.js 服务中的高内存使用情况,该服务根据顶部触及近 1.5 GB 的常驻内存使用情况。我需要查看哪些对象是使用的罪魁祸首。
你可以试试 :
要从命令行使用内置的 V8 分析器,您可以:
node-gyp configure build install
npm install profiler
您可以看到此处和此处提到的其他分析器。