test(stress): increase cpu-stress to 3 workers with 2.0 CPU limit
All checks were successful
ci / build (push) Successful in 26s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Manuel Ganter 2026-02-06 15:32:55 +01:00
parent eb01c1c842
commit d624d46822
No known key found for this signature in database

View file

@ -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