what can cause node.js to print Killed and exit?

后端 未结 2 2010
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 02:47

I have a Node.js app that loads some data from Mysql into Redis when the app starts. It has been working fine up until we modified the data in Mysql.

Now it is just e

2条回答
  •  天涯浪人
    2020-12-15 03:11

    Check your system logs for messages about Node being killed. Your Node application might be using excessive memory and getting killed by the Out-Of-Memory killer.

提交回复
热议问题