Scaling Compute Resources
Update CPU, memory, and VM sizes for deployed workloads by changing blueprint inputs and re-running environments
Overview
Prerequisites
How to scale compute resources
# environment manifest (e.g., web-app-prod.yaml)
inputs:
vm_size: "Standard_D4s_v3"bricks install web-app \
--collection=production \
--env-slug=web-app-prod \
--props '{"vm_size": "Standard_D4s_v3"}'bricks install web-app \
--collection=production \
--env-slug=web-app-prod \
--props-file=./updated-props.jsonbricks install web-app \
--collection=production \
--env-slug=web-app-prod \
--props '{"vm_size": "Standard_D4s_v3"}' \
--plan-onlyCommon compute changes
Increase CPU or memory
Cloud provider
Typical input
Example change
Change VM series or family
Cloud provider behavior
What to check after scaling
Last updated