Unitech / pm2

Node.js Production Process Manager with a built-in Load Balancer.
https://pm2.keymetrics.io/docs/usage/quick-start/
Other
41.03k stars 2.59k forks source link

Memory leak in linux with high concurrency #5694

Open rachitbucha opened 8 months ago

rachitbucha commented 8 months ago
          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

rbndg commented 6 months ago

Also having memory leak issues. could be related to : https://github.com/Unitech/pm2/issues/5721 ?\

AdarshHatkar commented 1 month ago

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