We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43223f8 commit 7fed112Copy full SHA for 7fed112
1 file changed
sources/platform/actors/development/actor_definition/dynamic_actor_memory/index.md
@@ -69,7 +69,7 @@ You can define a dynamic memory expression in your `actor.json`:
69
70
```json
71
{
72
- "defaultMemoryMbytes": "get(input, 'startUrls.length' * 1024)"
+ "defaultMemoryMbytes": "get(input, 'startUrls.length') * 1024"
73
}
74
```
75
0 commit comments