Skip to content
Merged
Show file tree
Hide file tree
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 @@ -9,4 +9,5 @@ enum:
- WEBHOOK
- ACTOR
- CLI
- CI
- STANDBY
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ properties:
description: Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a [dynamic memory expression](/platform/actors/development/actor-definition/dynamic-actor-memory).
minMemoryMbytes:
type: integer
minimum: 256
minimum: 128
description: Specifies the minimum amount of memory in megabytes required by the Actor.
maxMemoryMbytes:
type: integer
minimum: 256
minimum: 128
description: Specifies the maximum amount of memory in megabytes required by the Actor.
usesStandbyMode:
type: boolean
Expand Down
Loading