Upsun User Documentation

Build resources

Sign up

Get your free trial by clicking the link below.

Get your Upsun free trial

When you push changes to your app through Git, your app is built then deployed.

During the build phase, Upsun collects your entire app configuration and creates a build image into a dedicated build container. The duration of the build phase is directly linked to the amount of resources (CPU and RAM) allocated to that build container.

As a user, you get the following fixed amount of resources per project for free:

  • 2.5 CPU hours
  • 5 RAM hours

If you consume more CPU or RAM, you get charged for them by the hour. For more information on the costs incurred, see the Upsun pricing page.

You can adjust build resources through the Upsun API to mitigate potential overuse, or influence the duration of your builds. To do so, run a command similar to the following:

Terminal
upsun project:curl settings -X PATCH -d '{"build_resources": {"cpu": 4.0, "memory": 2048}}'

Is this page helpful?