这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions sites/upsun/src/manage-resources/adjust-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
20 changes: 20 additions & 0 deletions sites/upsun/src/manage-resources/guaranteed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Loading