Skip to content

Commit 85d665c

Browse files
authored
Merge branch 'main' into kraftp/partition
2 parents 704031a + 7fb68a2 commit 85d665c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/production/dbos-cloud/cloud-cli.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,13 @@ It executes the migration commands declared in `dbos-config.yaml`, deploys the a
184184
### `dbos-cloud app update`
185185

186186
**Description:**
187-
Update an application metadata in DBOS Cloud.
187+
Update an application metadata in DBOS Cloud. Increasing RAM or adjusting autoscaling configuration requires a DBOS Pro subsciption.
188188

189189
**Arguments:**
190190
- `[application-name]`: The name of the application to update.
191-
- `--executors-memory-mib`: The amount of RAM, in MiB, to allocate to the application's executors. This value must be between 512 and 5120. This feature requires a DBOS Pro subscription. Additional RAM is [billed](https://www.dbos.dev/dbos-pricing).
192-
- `--min-executors <number>`: The minimum number of microVMs to be allocated to this application. Acts as a floor for autoscaling. This feature requires a DBOS Pro subscrption.
191+
- `--executors-memory-mib`: The amount of RAM, in MiB, to allocate to the application's executors. This value must be between 512 and 5120. Additional RAM is [billed](https://www.dbos.dev/dbos-pricing).
192+
- `--min-executors <number>`: The minimum number of microVMs to be allocated to this application. Acts as a floor for autoscaling.
193+
- `--max-executors <number>`: The maximum number of microVMs to be allocated to this application. The app won't auto-scale to a larger number.
193194

194195
:::info
195196
This command does not trigger a redeployment of the application. To apply changes affecting the application's executors, you must redeploy the application with [`dbos-cloud app deploy`](#dbos-cloud-app-deploy).

0 commit comments

Comments
 (0)