lowleveldesign / process-governor

This application allows you to put various limits on Windows processes.
MIT License
626 stars 62 forks source link

Clock_watchdog_timeout #31

Closed AmirRezaei closed 2 years ago

AmirRezaei commented 2 years ago

Got the error "clock_watchdog_timeout" after running CPU incentive process. With parameters --cpu=16. Having 32 CPU in total on AMD 5950X.

lowleveldesign commented 2 years ago

@AmirRezaei, I'm afraid I can do nothing about this error. Process Governor uses the system job API to apply the CPU limits. I do not install any drivers or modify system processes in any way. Based on the error description, this issue looks to me more like a system/hardware error rather than something I could fix in the procgov code.