CPUs vs. vCPUs
Throughout our product and documentation, when we refer to CPU, we are describing vCPUs (virtual CPUs). A vCPU is a virtual representation of a physical CPU core. This is the standard for cloud computing, as it allows a physical server’s resources to be securely divided among multiple applications. vCPU performance can sometimes vary depending on factors such as:- Cloud provider and region
- System load from other containers on a shared host (in shared mode)
CPU: Shared vs. Guaranteed
CPU resources can be allocated in two distinct ways. This choice allows you to precisely balance cost with performance needs for each individual container in your project.Shared CPU (Default)
By default, projects on Upsun run on a shared infrastructure. Our shared infrastructure is designed to provide CPU performance that typically aligns with the resources you’ve purchased. However, because this environment is shared among multiple tenants, performance can occasionally vary for many reasons - for example, other workloads on the same physical host temporarily consuming more system resources. In most cases, this variability is short-lived and performance returns to normal levels without intervention. We continuously monitor performance at the regional level to detect and mitigate systemic issues, by constantly balancing containers to hosts that are less busy. However, if you experience prolonged or recurring performance issues that may be caused by noisy neighbors, please open a support ticket so our team can investigate directly. If you require fully consistent and isolated performance, we recommend using our Guaranteed Resources offering, which provides dedicated CPU allocations and eliminates variability from shared usage.It should be noted that projects are always kept strictly isolated from each other. This behaviour applies to both Fixed and Flex projects.
- Containers in development/staging environments
- Production containers with low-to-moderate traffic
- Performance can be variable due to the “noisy neighbour” effect inherent in shared infrastructure.
Guaranteed CPU
With Guaranteed CPU, your container is placed on a dedicated host, and the host’s CPU resources are reserved exclusively for your container’s use. This provides the highest level of CPU performance and predictability by eliminating any “noisy neighbour” effect. Best for:- High-traffic production application containers
- Resource-intensive services (e.g. database, search engine)
- Any container requiring large resource allocations with consistent and predictable performance
- This option has a higher cost due to its dedicated nature.
- A small portion of host CPU and RAM is used by Upsun’s system services. The available capacity will be slightly lower than the full allocation selected.