process-governor icon indicating copy to clipboard operation
process-governor copied to clipboard

I/O Priority is not set to High with an error

Open SystemXFiles opened this issue 1 year ago • 1 comments

image

SystemXFiles avatar Dec 25 '23 06:12 SystemXFiles

A fix is not expected in the near future, because it directly depends on psutil, therefore it is a low priority.

SystemXFiles avatar Mar 07 '24 13:03 SystemXFiles

Decision made: Remove the ability to set high I/O priority (Real-time) for processes, as it does not work at the Windows system level.

During testing, it was found that attempts to set a high I/O priority result in an AccessDenied error, despite having administrative privileges. This is due to system-level restrictions that prevent changing these parameters.

As a result, support for high I/O priority will be removed to avoid further issues and incorrect application behavior.

SystemXFiles avatar Aug 14 '24 19:08 SystemXFiles