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