Skip to content

Commit bedd45a

Browse files
committed
Added solutions based on Michiel's suggestion
1 parent adb1b10 commit bedd45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto/monitoring-troubleshooting/detect-and-resolve-performance-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If you find that you have a slow sub-microflow, begin the process of identifying
149149

150150
### Big Operations and Memory Issue
151151

152-
If you notice that with bigger operations, a microflow becomes slower, it might be that there is something kept in memory. For instance, a commit list that grows over 10k objects might affect the application's memory performance.
152+
If you notice that with bigger operations, a microflow becomes slower, it might be that there is something kept in memory. For instance, a commit list that grows over 10k objects might affect the application's memory performance. To solve such issues, consider running the task asynchronously and adding batching.
153153

154154
### General Slow Microflow (No Specific Activity Identified)
155155

0 commit comments

Comments
 (0)