@pitaj Many thanks for your quick response. currently we r running node bb on pm2 so that in case of crash it should restart automatically. but this time and few times before, it went down but it did not restart itself on its own. So i had to goto manually do pm2 restart nameofmyprocess
For your reference, I have attached the 2 pm2 log files, 1 is the pm2 error log output and other is the node bb console output.
The recent crash happened at 3:15 AM Ireland time, so you can see at 3:15 am and log lines after that time. I am not 100% sure what exactly caused the issue. Could it also be mongod getting out of RAM?
Our DO droplet is 16 GB memory, 320 GB drive and 6 CPU cores, so it should not be that issue i guess. Or could be mongod taking too much ram ?
PS: Please see the 2 logs attached. Oh wait, i can't attach the 2 log files, it gives me privilege errors here. let me paste the links.
Pm2 error log:
https://drive.google.com/file/d/1xGC5XXUDVuwvyhll35NYYGYnJEiYWrn6/view?usp=sharing
Pm2 node bb output log:
https://drive.google.com/file/d/1hvjJKcInydFCG_7TPahoZC5TetLyZS0i/view?usp=sharing
Please let me know if you are able to see both log files.