From 0ba7ed41282cb1e6ee8f6be17ad4fd73584f80ce Mon Sep 17 00:00:00 2001 From: Thomas Anderson <127358482+zc-devs@users.noreply.github.com> Date: Sat, 3 Jun 2023 18:36:34 +0400 Subject: [PATCH] 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 --- docs/docs/30-administration/00-setup.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docs/30-administration/00-setup.md b/docs/docs/30-administration/00-setup.md index 68837201b..b13c4e8a0 100644 --- a/docs/docs/30-administration/00-setup.md +++ b/docs/docs/30-administration/00-setup.md @@ -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: