From 4873f44bf42a3c83950575296ceda0c51b7061a5 Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Sun, 28 Jan 2024 14:05:14 +0000 Subject: [PATCH] build: increased cpu on agent --- infrastructure/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/compose.yaml b/infrastructure/compose.yaml index d1aee22..fb1881d 100644 --- a/infrastructure/compose.yaml +++ b/infrastructure/compose.yaml @@ -162,7 +162,7 @@ services: container_name: woodpecker-agent image: woodpeckerci/woodpecker-agent:v2.2.2 restart: unless-stopped - cpus: 0.5 + cpus: 2 mem_limit: 512m depends_on: - woodpecker-server