ColinIanKing / stress-ng

This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces.
https://github.com/ColinIanKing/stress-ng
GNU General Public License v2.0
1.82k stars 290 forks source link

stress-ng-0.17.06 cgroup stressor finished subprocess become zombie #369

Closed ruihongw closed 8 months ago

ruihongw commented 8 months ago

running cmd: [root@localhost stress-ng-0.17.06]# stress-ng --cgroup 4 stress-ng: info: [198644] defaulting to a 1 day, 0 secs run per stressor stress-ng: info: [198644] dispatching hogs: 4 cgroup

image

will continue increasing and soon reach pid limits.

[root@localhost ~]# ps -aux | grep stress | wc -l 11004

ruihongw commented 8 months ago

with cgroupv2 enabled

ColinIanKing commented 8 months ago

Thank you for reporting this issue. I have pushed a fix for this.