You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/dynamic_actor_memory/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
13
13
14
14
Dynamic Actor memory allows Actor to automatically adjust its memory allocation based on the input and run options. Instead of always using a fixed memory value, Actor can use just the right amount of memory for each run.
15
15
16
-
Currently, Actors often use a static default memory, but the optimal memory usually depends on the input size:
16
+
Optimal memory usually depends on the input size:
17
17
18
18
- A small input (for example, 10 URLs) might run fine on 512 MB.
19
19
- A large input (for example, 1,000 URLs) could require 4 GB or more to run efficiently.
@@ -79,7 +79,7 @@ You can access variables in two ways:
0 commit comments