Skip to content

Commit 3d65e85

Browse files
author
mauritselzinga-mx
committed
added more clarity
1 parent 1ec9ba4 commit 3d65e85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ You can define the [home pages](/refguide/show-home-page/) per device and role i
337337

338338
Mendix apps are best built in a way that they are easily scalable through a microservice architecture.
339339

340-
To ensure maintainability and performance, we recommend keeping your app within 3,000 microflows and 750 entities.
340+
To ensure maintainability and performance, we recommend keeping your app within:
341+
- 3,000 microflows and 750 entities if using a high end machine.
342+
- 2,000 microflows and 500 entities on a lower specced machine.
341343

342344
Staying within these limits helps maintain optimal performance in both Studio Pro, while also ensuring your app remains manageable and scalable over time.
343345
If your app exceeds these limits, consider breaking your app into smaller services to improve maintainability and performance.

0 commit comments

Comments
 (0)