是否有指南或“最佳实践”列表来优化此内存使用?我正在尝试使用process.memoryUsage()或类似的函数来跟踪内存的分配位置,但这样做并不简单.
不是内存泄漏或类似的问题,因为内存使用在第一次连接后没有增长,所以可能优化可能是加载较少的模块或做不同的事情……
Debugging memory leaks in node.js
Detecting Memory Leaks in Node.js Applications
Tracking Down Memory Leaks in Node.js
这些SO问题也可能有用:
How to monitor the memory usage of Node.js?
Node.js Memory Leak Hunting