diff --git a/components/ws-daemon/pkg/cgroup/plugin_iolimit_v2.go b/components/ws-daemon/pkg/cgroup/plugin_iolimit_v2.go index ccfea0bec4e4cf..462dc1bc26146c 100644 --- a/components/ws-daemon/pkg/cgroup/plugin_iolimit_v2.go +++ b/components/ws-daemon/pkg/cgroup/plugin_iolimit_v2.go @@ -58,7 +58,7 @@ func (c *IOLimiterV2) Apply(ctx context.Context, basePath, cgroupPath string) er ticker := time.NewTicker(30 * time.Second) defer ticker.Stop() - ioMaxFile := filepath.Join(basePath, cgroupPath) + ioMaxFile := filepath.Join(basePath, cgroupPath, "workspace", "user") for { select {