Is there any way to force games to use all 8 cores for games?

nikosm

Honorable
Aug 6, 2013
12
0
10,510
I have an AMD FX 8350 8-Core Processor overclocked to 4.8 GHz. I want to make all 8 cores be used so I can play games. Is there any way to make games use all 8 cores?
 
Solution
Short answer: no.

Longer answer:
Game developers must design the structure of a game so that several independent tasks can run concurrently, and synchronize at some point.
This is relatively easy to do with two tasks. Once you go to many tasks, it becomes much harder. That is why most games can use only 2-3 threads. Developers will not go to this effort if it is not necessary. They want the largest possible audience for their games and will not willingly develop games that need many tasks to run properly.
Short answer: no.

Longer answer:
Game developers must design the structure of a game so that several independent tasks can run concurrently, and synchronize at some point.
This is relatively easy to do with two tasks. Once you go to many tasks, it becomes much harder. That is why most games can use only 2-3 threads. Developers will not go to this effort if it is not necessary. They want the largest possible audience for their games and will not willingly develop games that need many tasks to run properly.
 
Solution
Dec 27, 2014
14
0
4,510
You'd have to unpark your CPU to get Windows to use more cores to complete a task. Even then, getting your CPU unparked to use all cores is risky; there's a chance the game and some other tasks in Windows designed to use a certain number of cores may not be too submissive to being forced to use more. This could cause random app crashing, Windows crashing, and even file corruption. So if you do unpark it, be careful. Do your homework.
 

TRENDING THREADS