From d624d46822aa1462d01ef07103f93779aea3d1f6 Mon Sep 17 00:00:00 2001 From: Manuel Ganter Date: Fri, 6 Feb 2026 15:32:55 +0100 Subject: [PATCH] test(stress): increase cpu-stress to 3 workers with 2.0 CPU limit Co-Authored-By: Claude Opus 4.5 --- test/docker/docker-compose-stress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/docker/docker-compose-stress.yaml b/test/docker/docker-compose-stress.yaml index 89ce7e6..0d560a7 100644 --- a/test/docker/docker-compose-stress.yaml +++ b/test/docker/docker-compose-stress.yaml @@ -33,14 +33,14 @@ services: image: alexeiled/stress-ng:latest command: - --cpu - - "2" + - "3" - --timeout - "300s" - --metrics-brief deploy: resources: limits: - cpus: "1.0" + cpus: "2.0" memory: 128M # This container owns the PID namespace