Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 4XL-5XLDB CRP #8820

Merged
merged 1 commit into from
Dec 30, 2024
Merged
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
21 changes: 11 additions & 10 deletions content/en/docs/deployment/mendix-cloud-deploy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,17 @@ If you have a Standard, Premium, or Premium Plus plan, you can redeem virtual cr

The technical details for the cloud resource packs are listed below.

| Pack | App RAM | App vCPU | DB RAM | DB vCPU | DB Storage | File Storage |
| ---------------------------------------------------- | ------- | -------- | ------- | ------- | ---------- | ------------ |
| XS21 | 1 GiB | 0.25 | 1 GiB | 2 | 5 GiB | 10 GiB |
| S21,<br>S21 Premium | 2 GiB | 0.5 | 2 GiB | 2 | 10 GiB | 20 GiB |
| M21,<br>M21 Premium | 4 GiB | 1 | 4 GiB | 2 | 20 GiB | 40 GiB |
| L21,<br>L21 Premium | 8 GiB | 2 | 8 GiB | 2 | 40 GiB | 80 GiB |
| XL21,<br>XL21 Premium,<br>XL21 Premium Plus | 16 GiB | 4 | 16 GiB | 4 | 80 GiB | 160 GiB |
| XXL21,<br>XXL21 Premium,<br>XXL21 Premium Plus | 32 GiB | 8 | 32 GiB | 4 | 160 GiB | 320 GiB |
| XXXL21,<br>XXXL21 Premium,<br>XXXL21 Premium Plus | 64 GiB | 16 | 64 GiB | 8 | 320 GiB | 640 GiB |
| XXXXL21,<br>XXXXL21 Premium,<br>XXXXL21 Premium Plus | 128 GiB | 32 | 128 GiB | 16 | 640 GiB | 1280 GiB |
| Pack | App RAM | App vCPU | DB RAM | DB vCPU | DB Storage | File Storage |
| ---------------------------------------------------------------------- | ------- | -------- | ------- | ------- | ---------- | ------------ |
| XS21 | 1 GiB | 0.25 | 1 GiB | 2 | 5 GiB | 10 GiB |
| S21,<br>S21 Premium | 2 GiB | 0.5 | 2 GiB | 2 | 10 GiB | 20 GiB |
| M21,<br>M21 Premium | 4 GiB | 1 | 4 GiB | 2 | 20 GiB | 40 GiB |
| L21,<br>L21 Premium | 8 GiB | 2 | 8 GiB | 2 | 40 GiB | 80 GiB |
| XL21,<br>XL21 Premium,<br>XL21 Premium Plus | 16 GiB | 4 | 16 GiB | 4 | 80 GiB | 160 GiB |
| XXL21,<br>XXL21 Premium,<br>XXL21 Premium Plus | 32 GiB | 8 | 32 GiB | 4 | 160 GiB | 320 GiB |
| XXXL21,<br>XXXL21 Premium,<br>XXXL21 Premium Plus | 64 GiB | 16 | 64 GiB | 8 | 320 GiB | 640 GiB |
| XXXXL21,<br>XXXXL21 Premium,<br>XXXXL21 Premium Plus | 128 GiB | 32 | 128 GiB | 16 | 640 GiB | 1280 GiB |
| XXXXL21-5XLDB,<br>XXXXL21-5XLDB Premium,<br>XXXXL21-5XLDB Premium Plus | 128 GiB | 32 | 256 GiB | 32 | 1280 GiB | 1280 GiB |

{{% alert color="info" %}}Premium plans provide multi-AZ fallback, and Premium Plus plans provide multi-region fallback. For more details, see [Additional Resources](#additional-resources), below.{{% /alert %}}

Expand Down