From cdcae789b3637e3564f2a6bc0de5fcdef26fbedf Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 1 Apr 2026 00:04:51 -0700 Subject: [PATCH] CI: add capacity comment, runner reduced to 1 concurrent job Prevents OOM on shared host with <5GB free RAM when two npm ci jobs run simultaneously. Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f53a733..8a6076b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,4 +1,5 @@ name: CI/CD +# Runner capacity: 1 (sequential) to prevent OOM on shared host on: push: