Skip to content

Commit

Permalink
Correct table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keirthana committed Jan 4, 2024
1 parent 192f3d6 commit 18daf82
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ref/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,21 @@ While you can run Anbox Cloud on a single machine, we strongly recommend using s

To run a full Anbox Cloud deployment including the streaming stack, we recommend the following setup:

ID | Architecture | CPU cores | RAM | Disk | GPUs | FUNCTION |
---|----------------|-----------|------|------------|------|------------|
- | amd64 or arm64 | 4 | 4GB | 50GB SSD | no | Hosts the [Juju controller](https://discourse.juju.is/t/controllers/1111) |
0 | amd64 or arm64 | 2 | 2GB | 100GB SSD | no | Hosts the load balancer |
1 | amd64 or arm64 | 4 | 8GB | 100GB SSD | no | Hosts the streaming stack control plane |
2 | amd64 or arm64 | 4 | 8GB | 100GB SSD | no | Hosts the management layer of Anbox Cloud (for example, AMS) |
3 | amd64 or arm64 | 8 | 16GB | 200GB NVMe | optional | LXD worker node that hosts the actual containers or virtual machines |
| ID | Architecture | CPU cores | RAM | Disk | GPUs | FUNCTION |
|----|----------------|-----------|------|------------|------|------------|
| - | amd64 or arm64 | 4 | 4GB | 50GB SSD | no | Hosts the [Juju controller](https://discourse.juju.is/t/controllers/1111) |
| 0 | amd64 or arm64 | 2 | 2GB | 100GB SSD | no | Hosts the load balancer |
| 1 | amd64 or arm64 | 4 | 8GB | 100GB SSD | no | Hosts the streaming stack control plane |
| 2 | amd64 or arm64 | 4 | 8GB | 100GB SSD | no | Hosts the management layer of Anbox Cloud (for example, AMS) |
| 3 | amd64 or arm64 | 8 | 16GB | 200GB NVMe | optional | LXD worker node that hosts the actual containers or virtual machines |

To run the core version of Anbox Cloud without the streaming stack, we recommend the following setup:

ID | Architecture | CPU cores | RAM | Disk | GPUs | FUNCTION |
---|----------------|-----------|------|------------|------|------------|
- | amd64 or arm64 | 4 | 4GB | 50GB SSD | no | Hosts the [Juju controller](https://discourse.juju.is/t/controllers/1111) |
0 | amd64 or arm64 | 4 | 8GB | 100GB SSD | no | Hosts the management layer of Anbox Cloud (for example, AMS) |
1 | amd64 or arm64 | 8 | 16GB | 200GB NVMe | optional | LXD worker node that hosts the actual containers or virtual machines |
| ID | Architecture | CPU cores | RAM | Disk | GPUs | FUNCTION |
|----|----------------|-----------|------|------------|------|------------|
| - | amd64 or arm64 | 4 | 4GB | 50GB SSD | no | Hosts the [Juju controller](https://discourse.juju.is/t/controllers/1111) |
| 0 | amd64 or arm64 | 4 | 8GB | 100GB SSD | no | Hosts the management layer of Anbox Cloud (for example, AMS) |
| 1 | amd64 or arm64 | 8 | 16GB | 200GB NVMe | optional | LXD worker node that hosts the actual containers or virtual machines |

Some additional information:

Expand Down

0 comments on commit 18daf82

Please sign in to comment.