Hello, been using DO for quite some time, i’m currently having a droplet ($4) in singapore which i installed wordpress manually, why sometimes the database is down (Failed with result ‘oom-kill’), even tough there is no traffic spike ?
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
In addition to what has already been mentioned, there are a few things that I could suggest here:
Let me know how it goes!
Best,
Bobby
Heya,
Even though there is no traffic spike, even small queries can cause some load to your Droplet, even for a fraction of a second but that might be enough to get the OOM signal.
In such cases where you are still not ready for an upgrade of the Droplet, I’ll recommend adding SWAP.
https://www.digitalocean.com/community/tutorial-collections/how-to-add-swap-space
What is SWAP
Swap is a portion of hard drive storage that has been set aside for the operating system to temporarily store data that it can no longer hold in RAM. This lets you increase the amount of information that your server can keep in its working memory, with some caveats. The swap space on the hard drive will be used mainly when there is no longer sufficient space in RAM to hold in-use application data.
The information written to disk will be significantly slower than information kept in RAM, but the operating system will prefer to keep running application data in memory and use swap for the older data. Overall, having swap space as a fallback for when your system’s RAM is depleted can be a good safety net against out-of-memory exceptions on systems with non-SSD storage available.