How do I limiting CPU-Cores for just 1 Program?
How do I limiting CPU-Cores for just 1 Program?
You can restrict the number of cores via CPU affinity in Task Manager. Alternatively, you may utilize Process Explorer from the SysInternals suite on Microsoft’s site: Process Explorer - Windows Sysinternals | Microsoft Docs
Yes, one is tailored for a single program while the other applies to the entire PC. Thanks for the quick response!
one process / application (and probably every time you run it you have to set the number of cpu cores). I'm sure there's probably some open source / freeware program out there that can create a sort of shortcut so that every time you use the shortcut, that program starts and sets the cpu core count to a process and launches that process ... but I never had a need for such tool so I couldn't recommend you something.