Skip to content

Commit 07fbcac

Browse files
Added release notes for Private cloud portal release 7.27.0
1 parent 143cd56 commit 07fbcac

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-deploy/_index.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,24 @@ All environments are defined as production environments, which means that [secur
136136

137137
For core resources, there are two sets of values. The **Request** value is the amount of core resources which are initially requested. The **Limit** value is the maximum amount of resource that the environment can use.
138138

139-
There are three pre-defined sets of resources, **Small**, **Medium**, and **Large**. Choosing these will set the **CPU** and **Memory** values automatically.
139+
There are six pre-defined sets of resources, **XS**, **S**, **M**, **L**, **XL**, and **XXL**.
140+
141+
Legacy plans are still visible with a **Legacy** prefix.
140142

141143
| **Name** | **CPU cores**: Limit | **Memory (GB)**: Limit | **Ephemeral Storage (GB)**: Limit | **CPU cores**: Request | **Memory (GB)**: Request | **Ephemeral Storage (GB)**: Request |
142144
| --- | --- | --- | --- | --- | --- | --- |
143-
| Small | 1 | 0.5 | 1 | 0.1 | 0.5 | 1 |
144-
| Medium | 2 | 2 | 1 | 1 | 1 | 1 |
145-
| Large | 4 | 4 | 1 | 2 | 2 | 1 |
145+
| XS | 0.25 | 1 | 1 | 0.25 | 1 | 1 |
146+
| S | 0.5 | 2 | 1 | 0.5 | 2 | 1 |
147+
| M | 1 | 4 | 1 | 1 | 4 | 1 |
148+
| L | 2 | 8 | 1 | 2 | 8 | 1 |
149+
| XL | 4 | 16 | 1 | 4 | 16 | 1 |
150+
| XXL | 8 | 32 | 1 | 4 | 32 | 1 |
151+
| Legacy Small | 1 | 0.5 | 1 | 0.1 | 0.5 | 1 |
152+
| Legacy Medium | 2 | 2 | 1 | 1 | 1 | 1 |
153+
| Legacy Large | 4 | 4 | 1 | 2 | 2 | 1 |
146154
| Custom | own choice | own choice | own choice | own choice | own choice | own choice |
147155

148-
Alternatively, you can choose **Custom**, and enter your own requirements for **CPU** and **Memory**. Ensure that these values are the same or greater than the values for a *Small* environment, otherwise you may run into problems running your app.
156+
Alternatively, you can choose **Custom**, and enter your own requirements for **CPU** and **Memory**. Ensure that these values are the same or greater than the values for a *Legacy Small* environment, otherwise you may run into problems running your app.
149157

150158
{{% alert color="info" %}}If the cluster manager has added and enabled customized core resource plan on Cluster manager page, only the configured custom core resource plans will be visible for selection. Once the custom core resources plans are enabled, environments cannot be created using the default plans until all the associated environments using the custom core resource plan are deleted and the custom resource plan is disabled on the **Cluster manager** page.{{% /alert %}}
151159

@@ -539,6 +547,12 @@ Images are not deleted from the container registry. You should delete those imag
539547
If any of these garbage collection steps fail, you will no longer see the environment in the Mendix Portal, and will have to [delete the storage instances](#delete-storage) manually.
540548
{{% /alert %}}
541549

550+
##### Custom JVM Heap Memory
551+
552+
You only need to manually adjust JVM memory usage if the default settings aren't fully utilizing available memory. For more information, see [JVM Memory Tuning for Mendix on Kubernetes](/developerportal/deploy/private-cloud-jvm-memory-tuning/).
553+
554+
{{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/ChangeJVMHeapMemory.png" class="no-border" >}}
555+
542556
##### Read-Only Root Filesystem
543557

544558
[Read-only Root file system](/developerportal/deploy/private-cloud-cluster/#readonlyrootfs) can be enabled per environment. By default, this option is disabled.
107 KB
Loading
-16.5 KB
Loading

0 commit comments

Comments
 (0)