refactor: Rename from optimiser to sizer
Some checks failed
ci / ci (push) Failing after 1m42s

This commit is contained in:
Patrick Sy 2026-02-17 17:25:08 +01:00
parent e38c99acd6
commit efddea11ca
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E
26 changed files with 42 additions and 42 deletions

View file

@ -1,6 +1,6 @@
# Forgejo Runner Optimiser
# Forgejo Runner Sizer
A resource optimiser for CI/CD workloads in shared PID namespace environments. The **collector** reads `/proc` to gather CPU and memory metrics grouped by container/cgroup, and pushes run summaries to the **receiver**. The receiver stores metrics and exposes a **sizer** API that computes right-sized Kubernetes resource requests and limits from historical data.
A resource sizer for CI/CD workloads in shared PID namespace environments. The **collector** reads `/proc` to gather CPU and memory metrics grouped by container/cgroup, and pushes run summaries to the **receiver**. The receiver stores metrics and exposes a **sizer** API that computes right-sized Kubernetes resource requests and limits from historical data.
## Architecture