# Increased disk sizes for GitHub Actions runners (https://depot.dev/changelog/2024-04-22-increased-disk-sizes-for-github-actions-runners)

> Published 2024-04-22

We've shipped another update to Depot-managed GitHub Actions Runners, this time giving your jobs large disk sizes based on the number of CPUs you request. This change is available for both Intel and our ARM runners in beta.

Below is the full breakdown of disk sizes based on the label you choose:

| Label                       | CPUs | Memory | Disk Size | OS           | Architecture |
| :-------------------------- | :--- | :----- | :-------- | :----------- | :----------- |
| `depot-ubuntu-22.04`        | 2    | 8 GB   | 100 GB    | Ubuntu 22.04 | Intel        |
| `depot-ubuntu-22.04-4`      | 4    | 16 GB  | 150 GB    | Ubuntu 22.04 | Intel        |
| `depot-ubuntu-22.04-8`      | 8    | 32 GB  | 300 GB    | Ubuntu 22.04 | Intel        |
| `depot-ubuntu-22.04-16`     | 16   | 64 GB  | 600 GB    | Ubuntu 22.04 | Intel        |
| `depot-ubuntu-22.04-32`     | 32   | 128 GB | 1200 GB   | Ubuntu 22.04 | Intel        |
| `depot-ubuntu-22.04-arm`    | 2    | 8 GB   | 100 GB    | Ubuntu 22.04 | arm64        |
| `depot-ubuntu-22.04-arm-4`  | 4    | 16 GB  | 150 GB    | Ubuntu 22.04 | arm64        |
| `depot-ubuntu-22.04-arm-8`  | 8    | 32 GB  | 300 GB    | Ubuntu 22.04 | arm64        |
| `depot-ubuntu-22.04-arm-16` | 16   | 64 GB  | 600 GB    | Ubuntu 22.04 | arm64        |
| `depot-ubuntu-22.04-arm-32` | 32   | 128 GB | 1200 GB   | Ubuntu 22.04 | arm64        |

You can read more about configuring Depot GitHub Actions Runners in our [GitHub Actions quickstart](/docs/github-actions/quickstart), and feel free to ask any questions or report any issues in our [Community Discord](https://discord.gg/MMPqYSgDCg).

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.