valleyofdoom / ReservedCpuSets

ReservedCpuSets is an extension of the SetRTCores feature of WindowsIoT CSP
GNU General Public License v3.0
22 stars 6 forks source link

Suggestion #1

Closed xavroy2 closed 3 months ago

xavroy2 commented 3 months ago

Is it possible to make this app have only interrupts be putt off the selected cores instead of interrupts and programs. This would be the most useful for me personally and if its not possible then I fully understand.

I do appologize for my lack of knowledge on this topic but by making my program "realtime" in task manager or registry will this make the cores selected to be "reserved" be able to be used again. Because I am seeing 0% usage while running per say a game when all I wanted was for no interrupts to be running on those cores.

valleyofdoom commented 3 months ago

You can simply assess what drivers are scheduling ISRs and DPCs on the core you wish to be isolated and manually move them to another core as explained here. I can't reproduce reserved cores being utilized when the process priority is real-time.