Skip to content

Commit 6be24e1

Browse files
authored
Merge pull request #10091 from mauritselzinga-mx/patch-36
Update dev-best-practices.md
2 parents 46bcdca + 2ac3c18 commit 6be24e1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

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

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

357363
#### Attributes {#attributes}

0 commit comments

Comments
 (0)