Skip to content

Commit 8808926

Browse files
author
mauritselzinga-mx
authored
Update dev-best-practices.md
We need to add the description for the limits on the modelSDK. customers are running in to this and it's causing confusion.
1 parent 6e56e90 commit 8808926

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/dev-best-practices.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ Applications exceeding these guidelines may still function, depending on your sy
350350
Project size impacts IDE performance. Choose a development strategy that aligns with your system's capabilities and Mendix's recommended guidelines.
351351
{{% /alert %}}
352352

353+
### ModelSDK
354+
355+
* The Mendix ModelSDK imposes a strict limit of 20,000 units during working copy creation.
356+
357+
A unit represents a single document or element found in the app explorer.
358+
This limitation helps ensure stable performance and efficient resource handling when working with large Mendix applications and models through the SDK.
359+
When building solutions or automation using the ModelSDK, ensure that working copies do not exceed the 20,000-unit threshold to avoid errors or incomplete processing.
360+
353361
### Domain Models
354362

355363
#### Attributes {#attributes}

0 commit comments

Comments
 (0)