How to reserve a core exclusively for a process [duplicate]
Yes, there is. You want to create two cpusets, one with your isolated CPU and the other with all the rest of the CPUs. Assign your special process to the isolated cpuset and all the rest of the processes to the other cpuset. Here is a simple example script that will do it: mkdir /cpuset … Read more