Skip to content

Commit 7aafde4

Browse files
Add constants size limit information (#11557)
1 parent b627485 commit 7aafde4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/behavior-of-app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Apps running in Mendix Cloud are subject to certain limitations. These behaviors
1919
* You cannot upload files bigger than 1 GB to your app.
2020
* You cannot download files bigger than 1 GB from your app.
2121

22+
## Constants Size Limit
23+
24+
* Due to Linux limitations, the combined length of all constant keys and values cannot exceed 128 KB (approximately 32,000 characters). This limit cannot be changed.
25+
2226
## Considerations for Multi-Instance Nodes
2327

2428
* To use the debugger, you need to scale down to one instance.

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ On this tab, you can edit the model options for constants and scheduled events.
180180

181181
In this section, you can view the configured constants. Constants are used to define configuration values that can differ per environment.
182182

183+
{{% alert color="warning" %}}
184+
The combined length of all constant keys and values is limited to 128 KB (approximately 32,000 characters). For more information, refer to [Behavior of Your App in Mendix Cloud](/developerportal/deploy/behavior-of-app/#constants-size-limit).
185+
{{% /alert %}}
186+
183187
To fill in a new value, select the constant and click **Edit** to bring up the **Edit Constant** dialog box.
184188

185189
{{< figure src="/attachments/deployment/mendix-cloud-deploy/environments-details-beta/edit-constant.png" >}}

0 commit comments

Comments
 (0)