Hacker News new | ask | show | jobs
by Dalewyn 1060 days ago
You can't set a process's processor affinity (aka which core(s) the process will execute on)?
2 comments

I don't think it's completely guaranteed that you can choose such things anymore. Some scheduling work has to be done at the hardware level and it's certainly going to be hijacked as heterogeneous CPU micro architecture becomes more pervasive and the gulf of difference in feature set between efficiency and performance cores becomes wider.
This is not exposed on production systems.