Server keeps crashing for no apparent reason
Posted by user_j27m92 in websites.
I'm running an ExpressJS backend on a free node (FREE EU RO 02) and for some reason when the backend reaches 35 36% CPU usage and 85% RAM usage it crashes. notifs say its because of high CPU usage. How is 35 36% high??
Replies
user_j27m92
btw here's my support tag
axillux
There is a function that if your average CPU usage more than 15% its gonna stop the server
user_j27m92
15%?? is that a free tier limit?
axillux
Yep, its on free tier limit only
user_j27m92
Alright. thanks.