5d5c8af930
This PR refactors the cgroups v2 group kill code path to use the cgroups.kill interface file for destroying the cgroup. Previously we copied the freeze + sigkill + unfreeze pattern from the v1 code, but v2 provides a more efficient and more race-free way to handle this. Closes #14371
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
```release-note:improvement
|
|
cgroups: use cgroup.kill interface file when using cgroups v2
|
|
```
|