Skip to content

Commit 2f7561c

Browse files
committed
refactor: clean up
1 parent 7ab0ccc commit 2f7561c

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/actors/development/actor_definition/dynamic_actor_memory

1 file changed

+2
-2
lines changed

sources/platform/actors/development/actor_definition/dynamic_actor_memory/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
1313

1414
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.
1515

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:
1717

1818
- A small input (for example, 10 URLs) might run fine on 512 MB.
1919
- 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:
7979
runOptions.maxItems + 256
8080
```
8181

82-
2. Double-brace syntax
82+
1. Double-brace syntax
8383

8484
```js
8585
{{input.foo}}

0 commit comments

Comments
 (0)