Optimize Node.js memory consumption

后端 未结 2 949
小鲜肉
小鲜肉 2021-02-02 01:38

I\'m writing a simple cms in Node.js, Express and MongoDB. I\'m planning to run a different Node.js process for every site. The problem is that after startup the process takes a

2条回答
  •  庸人自扰
    2021-02-02 01:52

    Here is a quick fix, a node.js lib that will restart the any node process once it reaches a certain size. https://github.com/DoryZi/memory_limiter

提交回复
热议问题