Based on the Pricing page you scale the plans by number of cores (next to RAM etc.). Is that true? Does it mean that a single core/thread process inside the VM would roughly be as performant no matter if I’m on $20 or $160 plan?
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.
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.
All droplets are hosted on 2-2.3Ghz hypervisors, regardless of the plan.
Yeah the back end of the vm manages probably a hundred(my guess) virtual processors, and that’s what you get, one of those virtual processors… Think of it has hyperthireading on drugs, where there are many virtual threads that que process requests, but still only a handful of processors… Bt yeah, I think they’d be the same.