This commit is contained in:
Dave Poole 2024-05-14 21:34:36 +00:00
Родитель 89379ba69c
Коммит 486672beba
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -148,9 +148,6 @@ func executeVMWatchHelper(lg log.Logger, attempt int, vmWatchSettings *vmWatchSe
sendTelemetry(lg, telemetry.EventLevelInfo, telemetry.StartVMWatchTask, fmt.Sprintf("Resource governance was already applied at process launch of PID %d", pid))
} else {
err = applyResourceGovernance(lg, vmWatchSettings, vmWatchCommand)
if err != nil {
return err
}
}
processDone := make(chan bool)