Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 17 additions & 10 deletions src/22.4/container/hardware.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
## Hardware Requirements

Minimal:
```{list-table}
:header-rows: 1
:width: 100%
:widths: 70 15 15

* CPU Cores: 2
* Random-Access Memory: 4GB
* Hard Disk: 20GB free

Recommended:

* CPU Cores: 4
* Random-Access Memory: 8GB
* Hard Disk: 60GB free
* - Component
- Minimal
- Recommended
* - CPU Cores (Compute)
- 2
- 4
* - Random-Access Memory (RAM)
- 4 GB
- 8 GB
* - Available Storage
- 20 GB
- 60 GB
```
1 change: 1 addition & 0 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).
* Use `compose.yaml` instead of `docker-compose.yml` everywhere in the docs
* Use environment variables for the settings of gsad
* Refresh the GSA dashboard image
* Revise the hardware specifications view

## 26.2.0 - 2026-02-24

Expand Down
Loading