diff --git a/sites/upsun/src/manage-resources/adjust-resources.md b/sites/upsun/src/manage-resources/adjust-resources.md index aaa1b8eaff..aef98f547a 100644 --- a/sites/upsun/src/manage-resources/adjust-resources.md +++ b/sites/upsun/src/manage-resources/adjust-resources.md @@ -245,6 +245,8 @@ The output is similar to this: ## Advanced: Container profiles +### Shared CPU container sizes + By default, {{% vendor/name %}} allocates a container profile to each app and service depending on the range of resources it's expected to need. Each container profile gives you access to a specific list of CPU and RAM combinations. @@ -270,6 +272,27 @@ To do so, navigate to your environment and select the app or service in the tree For information on resource-related costs, see the [{{% vendor/name %}} pricing page](https://upsun.com/pricing/). +### Guaranteed CPU container sizes + +When selecting a container profile for [Guaranteed CPU](/manage-resources/guaranteed-resources.html), use the table below to identify available CPU and memory combinations. These predefined sizes help you match resource profiles to your application’s workload requirements. + +| CPU | HIGH_CPU | BALANCED | HIGH_MEMORY | HIGHER_MEMORY | +|-----|-----------|-----------|--------------|----------------| +| 4 | 8 GB | 16 GB | 32 GB | not supported | +| 8 | 16 GB | 32 GB | 64 GB | not supported | +| 16 | 32 GB | 64 GB | 128 GB | not supported | +| 32 | 64 GB | 128 GB | 256 GB | not supported | +| 48 | 96 GB | 192 GB | 384 GB | not supported | +| 64 | 128 GB | 256 GB | 512 GB | not supported | + +{{% note %}} + +Guaranteed CPU is not currently available on [OVHcloud regions](/development/regions.html) and some CPU sizes may not be available in all regions. + +For more information about the available configurations and sizes, visit the {{% vendor/name %}} [pricing calculator](https://upsun.com/pricing/calculator/). + +{{% /note %}} + ### Default container profiles The following table shows the default container profiles {{% vendor/name %}} applies when first deploying your project. diff --git a/sites/upsun/src/manage-resources/guaranteed-resources.md b/sites/upsun/src/manage-resources/guaranteed-resources.md index 23c75635a0..22ce749dd6 100644 --- a/sites/upsun/src/manage-resources/guaranteed-resources.md +++ b/sites/upsun/src/manage-resources/guaranteed-resources.md @@ -57,3 +57,23 @@ You can upscale to Guaranteed CPU even if the environment is currently paused. D {{% /note %}} +## Guaranteed CPU container sizes + +The following table lists the available CPU and memory configurations for [containers](/manage-resources/adjust-resources.html#advanced-container-profiles) using Guaranteed CPU. These container profiles (`HIGH_CPU`, `BALANCED`, `HIGH_MEMORY`, and `HIGHER_MEMORY`) ensure consistent performance by allocating dedicated compute resources to your services. + +| CPU | HIGH_CPU | BALANCED | HIGH_MEMORY | HIGHER_MEMORY | +|-----|-----------|-----------|--------------|----------------| +| 4 | 8 GB | 16 GB | 32 GB | not supported | +| 8 | 16 GB | 32 GB | 64 GB | not supported | +| 16 | 32 GB | 64 GB | 128 GB | not supported | +| 32 | 64 GB | 128 GB | 256 GB | not supported | +| 48 | 96 GB | 192 GB | 384 GB | not supported | +| 64 | 128 GB | 256 GB | 512 GB | not supported | + +{{% note %}} + +Guaranteed CPU is not currently available on [OVHcloud regions](/development/regions.html) and some CPU sizes may not be available in all regions. + +For more information about the available configurations and sizes, visit the {{% vendor/name %}} [pricing calculator](https://upsun.com/pricing/calculator/). + +{{% /note %}} \ No newline at end of file