Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ memory: &memory
name: memory
in: query
description: |
Memory limit for the run, in megabytes. The amount of memory can be set to a power of 2 with a minimum of 128.
By default, the run uses the memory limit from its configuration.
Memory limit for the run, in megabytes. You can set the amount of memory to a power of 2 with a minimum of 128.
By default, the run uses the memory limit from its configuration. Don't change this value unless the Actor's
Comment thread
szaganek marked this conversation as resolved.
documentation recommends it or you're aware of the consequences.
style: form
explode: true
schema:
Expand Down
Loading