You are viewing a single comment's thread from:

RE: How to use PM2 to manage your scripts

in #linux6 years ago (edited)

@themarkymark I love pm2. I use it on my Spee.ch server and my onelovedtube server. Recently I started using the "cron_restart" command in pm2 for restarting my leaky apps once a day so they dont run out of memory. It was introduced into pm2 a few versions ago.

Great app, glad to see it's used by yourself as well.

Sort:  

pm2 is deceptively easy to use but has so many features you would never expect. A real shame there it is so expensive to use the paid version. For $80/months should be unlimited processes or a lot more than just 24.

@themarkymark oh.. I was wondering what you got with the paid version. My servers are quite light weight and I have a max of three or four pm2 processes running. But by the looks of your screenshots you may be close to that limit.

Yeah seems kinda crappy of them to do that, in the linux community.

Posted using Partiko Android

I don't mind a paid version, it's just expensive with a very small amount of processes you can run compared to unlimited with the free version.

One of the biggest things with the paid version is Machine Learning Error detection. In a production environment, this is huge.

You can see the differences here:

@themarkymark oh the machine learning part sounds interesting. I'll need to read up on that.

Posted using Partiko Android

A lot of Enterprise IT systems are integrating machine learning to analyze and detect failures. The ELK stack for log management has some really cool machine learning in the paid versions.