stacksorm Extreme Workflow Composer Goes Down #5480
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Take a look at why your mongod service failed. One problem I have seen on systems with not much memory, is that mongod can become killed by the kernel as over time it increases its heap size, and so if machine is low on memory will be the candidate process to get killed by the O/S. In that situation you will need to review your mongo service, as you can configure as to how much memory it will use for its heap - as its defaults may not be sufficient for your usecase. |
Beta Was this translation helpful? Give feedback.
Take a look at why your mongod service failed. One problem I have seen on systems with not much memory, is that mongod can become killed by the kernel as over time it increases its heap size, and so if machine is low on memory will be the candidate process to get killed by the O/S. In that situation you will need to review your mongo service, as you can configure as to how much memory it will use for its heap - as its defaults may not be sufficient for your usecase.