Would it make sense to create a small storage volume for each droplet to use as swap?
Currently I am using a swap file on each droplet, which seems to be working fine, but I am wondering if having a separate volume might be better.
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.
No, it would likely make performance worse. While block storage devices are connected to the physical hypervisor your droplet is hosted on via 40Gbps network links using the disks physically attached to the hypervisor will still be faster and provide better performance, for swap you are much better off using the local disk and using block storage for files.
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.