I am trying to minimize the usage some cores of my CPUs. (FYI I have an Intel Core i7-4790, 4 cores with hyperthreading, so 8 logical cores)
I see that I have a watchdog thread (or process) and a kworker thread (or process) running on each one of my logical cores
I would like them not to run on logical cores 3 and 7.
Do you know if this is possible and, if so, how can I do it. I would appreciate any relevant documentation on this subject
One more thing, watchdog and kworker are both running on my cores 3 and 7 even though they are isolated via the kernel option
isolcpus
Regards
FYI, This question is the continuation of another one I recently posted: Cannot avoid context-switches on a process launched alone on a CPU