What vCPU count or droplet “size” should I get for a 2 Core CPU or using vCPU because I want the following, “to maximize Wiki.js background agent feature, using 2 cores which is highly recommended.” …how to get 2 cores as recommended. Which droplet option do I choose, “standard droplet or optimized droplet?” And then after that is decided, the which size do I choose?
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.
You can get 2 cores from either our standard 4GB droplet for $20/mo or on our optimized 4GB droplet at $40/mo.
Standard droplets have shared virtual CPU cores. This means that your cores are shared with other droplets on the same hypervisor. Usually this doesn’t pose a problem but if you will have a computationally heavy workload it may be impacted. If you have a background process that requires a good amount of CPU use constantly we’d recommend the optimized plan.
Optimized droplets have dedicated virtual cores. The vCPUs assigned to your droplet are exclusive to it and not shared. This ensures the the full processing capacity of the vCPU is available to your droplet at all times.
In deciding which to go with you can ask yourself a couple questions:
1.) Will this app or service require constant or nearly constant CPU use for background tasks (if yes, go optimized)
2.) Is the workload extremely time sensitive requiring millisecond resolution on results? (if yes, go optimized)
3.) Do you plan to do occasional high CPU activities like building software? (If yes, the optimized droplets will likely result in faster builds so in this case it’s a time vs money question).