why changing CPU affinity for some games by removing core 0 fixes the performance issues

142 viewsOtherTechnology

I’ve seen couple of games like stalker, elder ring or fallout 4 perform better when you remove 1 core from the game’s executable. But why?

In: Technology

3 Answers

Anonymous 0 Comments

Most Windows processes (desktop, browsers, messaging services, email, etc) tend to run on Core 0 (the first CPU core).

By telling your game not to use Core 0 forces it to use another Core (or other multiple Cores) which aren’t bogged down those processes.

You are viewing 1 out of 3 answers, click here to view all answers.