mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Added Hardware Requirements documentation (#1812)
Closes #1742 ``` PS C:\> kubectl top pod -n scm NAME CPU(cores) MEMORY(bytes) gitea-0 1m 324Mi postgres-0 3m 55Mi woodpecker-agent-6f475dc7c8-z494d 1m 20Mi woodpecker-server-79545f8dd5-hl68l 1m 25Mi ``` --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
parent
6e6f36ee3a
commit
0ba7ed4128
1 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,19 @@ Woodpecker is having two different kinds of releases: **stable** and **next**.
|
|||
|
||||
To find out more about the differences between the two releases, please read the [FAQ](/faq).
|
||||
|
||||
## Hardware Requirements
|
||||
|
||||
Below are resources requirements for Woodpecker components itself:
|
||||
|
||||
| Component | Memory | CPU |
|
||||
| --------- | ------ | --- |
|
||||
| Server | 32 MB | 1 |
|
||||
| Agent | 32 MB | 1 |
|
||||
|
||||
Note, that those values do not include the operating system or workload (pipelines execution) resources consumption.
|
||||
|
||||
In addition you need at least some kind of database which requires additional resources depending on the selected database system.
|
||||
|
||||
## Installation
|
||||
|
||||
You can install Woodpecker on multiple ways:
|
||||
|
|
Loading…
Reference in a new issue