You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@ For information on the current status of deployment to Mendix on Kubernetes and
16
16
17
17
#### Mendix Operator v2.26.0 {#2.26.0}
18
18
19
-
* We've adjusted default Java memory allocation to use more of a container's available memory. This aligns memory usage rules with Mendix Public Cloud and reduces unused memory, especially in containers with more than 1GB memory.
19
+
* We have adjusted default Java memory allocation to use more of a container's available memory. This aligns memory usage rules with Mendix Public Cloud and reduces unused memory, especially in containers with more than 1GB memory.
20
20
For more information, see [JVM memory tuning](/developerportal/deploy/private-cloud-jvm-memory-tuning/).
21
-
* We've updated the Agent to load cluster credentials from a mounted Kubernetes secret instead of using environment variables.
21
+
* We have updated the Agent to load cluster credentials from a mounted Kubernetes secret instead of using environment variables.
22
+
* We have addressed a _license decode error_ error message that appeared in the Operator logs when using a fallback license. (Ticket 271720)
22
23
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
0 commit comments