taskset
Think I need to look into this command to the CPU Affinity.
Locks a process to a particular core.
Resources
- https://man7.org/linux/man-pages/man1/taskset.1.html
- https://answers.ros.org/question/202712/how-to-bind-a-node-to-a-specific-cpu-core/
CPU Affinity
CPU affinity is a scheduler property that “bonds” a process to a given set of CPUs on the system.
This didn’t really fix the issue. At the end of the day, the scheduler is smart enough to determine which cpu to give the load.
NO, taskset
is very useful for isolation.
So you know exactly how many cores a process needs to run properly at full speed.