I have a 2GB droplet running 3 Wordpress sites with minimal ( < 10 people / day ) traffic. Yet my server continues to crash.
I’m running Ubuntu 12.10 swapon -s reveals: Filename Type Size Used Priority /swapfile file 4194300 0 -1
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!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
@jdowdle: Are you seeing anything in your logs? Check: <code>/var/log/syslog</code> for general issues with your system and <code>/var/log/apache2/error.log</code> for something specific to your webserver.
I’m seeing a CPU usage of 25%, RAM usage of 50%, and a system load of 26.97… For reference, the rule of thumb says a system load of 1.0 should be max.
Is this a problem that started happening recently (as in the last few hours)? Because the same’s been happening here.