Skip to content

Commit e791c6e

Browse files
authored
Merge pull request platformsh#5196 from platformsh/5195-update-to-guaranteed-resources-page
feat: adjusted heading
2 parents aa71007 + 724a7e3 commit e791c6e

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

sites/upsun/src/manage-resources/adjust-resources.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ The output is similar to this:
245245

246246
## Advanced: Container profiles
247247

248+
### Shared CPU container sizes
249+
248250
By default, {{% vendor/name %}} allocates a container profile to each app and service depending on the range of resources it's expected to need.
249251

250252
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
270272

271273
For information on resource-related costs, see the [{{% vendor/name %}} pricing page](https://upsun.com/pricing/).
272274

275+
### Guaranteed CPU container sizes
276+
277+
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.
278+
279+
| CPU | HIGH_CPU | BALANCED | HIGH_MEMORY | HIGHER_MEMORY |
280+
|-----|-----------|-----------|--------------|----------------|
281+
| 4 | 8 GB | 16 GB | 32 GB | not supported |
282+
| 8 | 16 GB | 32 GB | 64 GB | not supported |
283+
| 16 | 32 GB | 64 GB | 128 GB | not supported |
284+
| 32 | 64 GB | 128 GB | 256 GB | not supported |
285+
| 48 | 96 GB | 192 GB | 384 GB | not supported |
286+
| 64 | 128 GB | 256 GB | 512 GB | not supported |
287+
288+
{{% note %}}
289+
290+
Guaranteed CPU is not currently available on [OVHcloud regions](/development/regions.html) and some CPU sizes may not be available in all regions.
291+
292+
For more information about the available configurations and sizes, visit the {{% vendor/name %}} [pricing calculator](https://upsun.com/pricing/calculator/).
293+
294+
{{% /note %}}
295+
273296
### Default container profiles
274297

275298
The following table shows the default container profiles {{% vendor/name %}} applies when first deploying your project.

sites/upsun/src/manage-resources/guaranteed-resources.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,23 @@ You can upscale to Guaranteed CPU even if the environment is currently paused. D
5757

5858
{{% /note %}}
5959

60+
## Guaranteed CPU container sizes
61+
62+
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.
63+
64+
| CPU | HIGH_CPU | BALANCED | HIGH_MEMORY | HIGHER_MEMORY |
65+
|-----|-----------|-----------|--------------|----------------|
66+
| 4 | 8 GB | 16 GB | 32 GB | not supported |
67+
| 8 | 16 GB | 32 GB | 64 GB | not supported |
68+
| 16 | 32 GB | 64 GB | 128 GB | not supported |
69+
| 32 | 64 GB | 128 GB | 256 GB | not supported |
70+
| 48 | 96 GB | 192 GB | 384 GB | not supported |
71+
| 64 | 128 GB | 256 GB | 512 GB | not supported |
72+
73+
{{% note %}}
74+
75+
Guaranteed CPU is not currently available on [OVHcloud regions](/development/regions.html) and some CPU sizes may not be available in all regions.
76+
77+
For more information about the available configurations and sizes, visit the {{% vendor/name %}} [pricing calculator](https://upsun.com/pricing/calculator/).
78+
79+
{{% /note %}}

0 commit comments

Comments
 (0)