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.
@sb73542 you can set up swap on your droplet: https://www.digitalocean.com/community/articles/how-to-add-swap-on-ubuntu-12-04
Swapping on SSD will still be terrible, just not as bad as on spinning disks. RAM access latency is measured in single digit nanoseconds, SSD access latency is 50-100 microseconds, HD access latency is 11-20 milliseconds. So, SSDs are 200x quicker to respond than harddrives, but still about 10,000 times slower than RAM.