Build Machines

Build Machines

View as Markdown

Choose compute resources for your deployment builds.

Each deployment build runs on a dedicated build VM. The build machine tier controls how much CPU and memory is available during the build step.

Build machine settings apply per project and affect every deployment build for that project.

Available tiers

TiervCPUsMemoryBest for
Standard24 GBLightweight apps, APIs, and most projects
Enhanced48 GBLarger applications with heavier build steps
Performance816 GBDemanding builds with long compile times

Change your tier under Settings → Build Machine in the project dashboard.

Plan availability

Build machine tiers are gated by your workspace plan:

PlanAvailable tiers
HobbyStandard
ProStandard, Enhanced
TeamStandard, Enhanced, Performance

Upgrade your plan from the billing page if you need a tier that isn't available on your current plan.

When to upgrade

Consider a larger build machine when:

  • Builds time out or run out of memory during compilation
  • You have large dependency trees (e.g. heavy Node.js or Rust builds)
  • Docker multi-stage builds require significant intermediate resources

Build machine tier affects build time and reliability, not the resources available to your running application at runtime.

Next steps