pm2
pm2 copied to clipboard
Memory leak in linux with high concurrency
The same happened to me also, pm2 is leaking memory it keeps the data in memory. I have removed pm2 now everything is working fine.
Ram usage is constantly increasing.
Originally posted by @rachitbucha in https://github.com/Unitech/pm2/issues/5052#issuecomment-1769832014
Also having memory leak issues. could be related to : https://github.com/Unitech/pm2/issues/5721 ?\
Me also using node built in cluster module
But how you start node js when server reboot ?
I tried multiple ways but failed
When in do it using crontab It faild says npm command not found
But when i run same command manually it works