You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience the same issue as described here: #2793
Windows server 2019 @ AWS
NodeJS LTS version: 12.16.3
NPM: Lastest stable release
PM2 latest stabel release: 4.2.1
Issue #1: The CPU goes to 100% immediately after I run "pm2 dash" and if it doesn't - it does it after a while...like over night like other people also have reported in the old post...
Issue # 2: I have also tried to run with NodeJS 14 + PM2 4.4.0 but that ended up crashing all my nodejs apps on 3 different servers.
It even crashed PM2 v. 4.4.0 on a server which didn't run any node apps - but a python app! So I guess the crash was due to error in PM2 v. 4.4.0 (It reported javascript out of memory) - it was running NodeJS LTS version when it crashed.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm not currently using PM2 - But even thoug a lot of people experience this issue ...some of our issues on top - was that our AWS server was a so-called "burstable" instance - which didn't have enough credits - to (also) process the load of the PM2 monitoring (But again - it could have been any random extra load which made the CPU to got to 100%).
I experience the same issue as described here: #2793
Windows server 2019 @ AWS
NodeJS LTS version: 12.16.3
NPM: Lastest stable release
PM2 latest stabel release: 4.2.1
Issue #1: The CPU goes to 100% immediately after I run "pm2 dash" and if it doesn't - it does it after a while...like over night like other people also have reported in the old post...
Issue # 2: I have also tried to run with NodeJS 14 + PM2 4.4.0 but that ended up crashing all my nodejs apps on 3 different servers.
It even crashed PM2 v. 4.4.0 on a server which didn't run any node apps - but a python app! So I guess the crash was due to error in PM2 v. 4.4.0 (It reported javascript out of memory) - it was running NodeJS LTS version when it crashed.
The text was updated successfully, but these errors were encountered: