Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am a web dev that has made several droplets for clients that have extremely low-traffic Wordpress sites. I generally recommend the smallest droplet with Ubuntu 12.04 and the LAMP stack.
However, the MySQL process on each of these droplets will periodically crash, causing the site to go down until it is manually restarted. I believe the problem is due to a loss of memory. I know that one solution would simply be to increase the size of the droplet, but these sites are extremely low-traffic (handful of page views per day) and this is still occurring. Is there some ideal configuration that may prevent this, or some known issue with the default MySQL configuration on the smallest droplet that has a fix?
Thank you!