Skip to content

Commit 52099e7

Browse files
committed
fix: lint
1 parent 133af16 commit 52099e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sources/platform/actors/running/input_and_output.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ As part of the input, you can also specify run options such as [Build](../develo
3434
![Run options](./images/input_and_output/actor-options.png)
3535

3636
| Option | Description |
37-
|:---|:---|
37+
| :--- | :--- |
3838
| Build | Tag or number of the build to run (e.g. **latest** or **1.2.34**). |
3939
| Timeout | Timeout for the Actor run in seconds. Zero value means there is no timeout. |
4040
| Memory | Amount of memory allocated for the Actor run, in megabytes. |
4141

4242
:::info Dynamic memory
43+
4344
If the Actor is configured by developer to use [dynamic memory](../development/actor_definition/dynamic_actor_memory/index.md), the system will calculate the optimal memory allocation based on your input. In this case, the **Memory** option acts as an override - if you set it, the calculated value will be ignored.
45+
4446
:::
4547

4648
## Output

0 commit comments

Comments
 (0)