Jump to content

So i have this program that i made that needs to be executed in real time asap. It makes much usage of the CPU, but it looks like my CPU is blocking it in some way. Even if i set it's priority to real time in task manager, it rarely lets it get to 100% and immediately reduces the speed to focus on other things. Is there any way i can make the CPU 100% dedicated to that specific task, also allowing it to go full usage?

Link to comment
https://linustechtips.com/topic/882962-enable-cpu-100-usage/
Share on other sites

Link to post
Share on other sites

4 minutes ago, BDev said:

So i have this program that i made that needs to be executed in real time asap. It makes much usage of the CPU, but it looks like my CPU is blocking it in some way. Even if i set it's priority to real time in task manager, it rarely lets it get to 100% and immediately reduces the speed to focus on other things. Is there any way i can make the CPU 100% dedicated to that specific task, also allowing it to go full usage?

its goring to be the way the programme is written more than changing priority in task manager. Folding at home will use ALL the power available. its open source so look at there code and see if you can utilise there ideas?

Intel Xeon X5650 OC'd to 4Ghz  Sapphire R9 290 Vapor X 4GB  |  Vengeance® K70 & M65  W10 Pro

                                                                                                                                                                               

Link to comment
https://linustechtips.com/topic/882962-enable-cpu-100-usage/#findComment-10909335
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×