Skip to content

Commit 4725d8b

Browse files
committed
temporarily skip cgroup cleanup
1 parent 431697f commit 4725d8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/taskresource/cgroup/control/cgroup_controller_linux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ func (c *control) Remove(cgroupPath string) error {
7575
return fmt.Errorf("cgroup remove: unable to obtain controller: %w", err)
7676
}
7777

78+
return nil
79+
7880
// Delete cgroup
7981
err = controller.Delete()
8082
if err != nil {

0 commit comments

Comments
 (0)