我有一个IO密集型的计划任务(删除数十万个文件)。由于磁盘空间的原因,此作业必须相当快地执行。在win2k8上,计划任务的IO优先级始终较低。提高进程的优先级不会更改IO优先级。有没有办法让计划任务具有正常的IO优先级?
发布于 2010-03-13 05:41:42
<Priority>7</Priority>
value to a normal priority (4-6之间)”的行。潜在值表:TaskSettings.Priority property
中导入任务。
发布于 2013-01-02 10:38:44
也许是use IO Priority to set the process's priority
另请参阅Windows Vista: Kernel Changes - I/O, I/O, It's off to work I go...
https://stackoverflow.com/questions/2427142
复制相似问题