# Minimum Hardware Requirements

The minimum requirements suggested to run Rasa Studio are:

- 4 vCPU
- 8GB RAM
- 50 GB Disk

If you are installing on [Kubernetes](/content/docs/studio/installation/installation-guides/helm-guide/index.html) using our Helm charts, you can optionally customise the resource requests and limits for individual pods using the `values.yaml` file.

## Suggested Infrastructure

If you are using [Docker Compose](/content/docs/studio/installation/installation-guides/docker-compose-guide/index.html) to install Studio, we have recommended the following instance types for getting started on major cloud providers.

### AWS

- Instance Type: `t2.xlarge` is the cheapest possible option, but for more consistent performance consider an `m5.xlarge`. Rasa Studio does not support ARM CPUs so avoid any Graviton instance types (those with a `g` suffix).
- Operating System: Ubuntu 22.04 or 24.04
- Disk: GP2 SSD EBS volume

### Azure

- Instance Type: `D4as_v4`
- Operating System: Ubuntu 22.04 or 24.04
- Disk: Premium SSD

### Google Cloud

- Instance Type: `e2-standard-4`
- Operating System: Ubuntu 22.04 or 24.04
- Disk: Balanced Persistent Disk
