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.

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.
The issue was a buggy ‘auto_ssh’ script from another linux box that created a new connection every 5 minutes without checking for an active one,
Hello, all
What I would usually do if I’m getting that error on a Droplet with 1GB of RAM, is to add swap space, that way you would have some extra buffer in case that your RAM is fully exhausted.
You can follow the steps on how to do that here:
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-20-04
Hope that this helps! Regards, Alex
cannot allocate memory
Your droplet is running out of memory. It’s possible that you’re using a program that has a memory leak or one that simply needs a lot of memory. Try adding swap to your droplet: How To Add Swap on Ubuntu 14.04 | DigitalOcean.