0
votes
0answers
68 views

Starting an executable using /affinity in cmd.exe (Windows XP)

I have a program that I'm trying to use which crashes often, and one of the fixes for this is to set it to only use one processor. I can easily do this through task manager manually, but I'd much ...
0
votes
0answers
99 views

Set affinity equivalent for Linux [closed]

I am looking for an equivalent way to start an executable on Linux to the windows start AFFINITY command, i.e. start /AFFINITY [n] [.exe] I've played with taskset, but besides permission issues it ...
4
votes
1answer
6k views

Set affinity with start /AFFINITY command on Windows 7

I am using the start /AFFINITY [n] [.exe] command to start an executable with the specified affinity. I have a system with 8 processors (1,2,3,4,5,6,7,8). I'd like to set the process to use all of ...