Question

Why dose my site go down almost everyday?

I don’t know why my sites go down everyday I have to go to the vps and do pm2 restart all alot because that turns the site back on but idk


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
October 25, 2022

Hi @xxhirottvxx,

It’s possible you are running out of memory and your Droplet is killing processes in order to not crash. In such cases, there are a few solutions that you can try.

The first one would be to add SWAP t your Droplet:

https://www.digitalocean.com/community/tutorial_collections/how-to-add-swap-space

If that doesn’t work you’ll need to look into upgrading your Droplet.

Having said that, not all crashes are due to insufficient resources. I’ll recommend checking your Applications logs to see if there are any errors that occur prior to the website going down. If there are you should work through those to resolve the issue.