Skip to content

Commit bf33ecd

Browse files
Clarify state object memory limit in limits.md
Added note about state object memory limit in workflows.
1 parent 2465478 commit bf33ecd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/build/limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ attempt exceeds this limit, it will be killed by the worker and you'll see a
5858
> _Instance superusers can control this limit via the `MAX_RUN_MEMORY`
5959
> environment variable._
6060
61+
Note that the `state` object returned at the end of each step in a workflow
62+
must not exceed 25% of your total runtime memory limit or your run will be
63+
killed with a `StateTooLarge` error.
64+
6165
## Dataclip Size (10MB)
6266

6367
1. Each **webhook request** to a trigger URL cannot exceed `10MB`.

0 commit comments

Comments
 (0)