Is there a way to specify that an application run on a specific core on linux? Like for example:
firefox core0
Or something that'd function that way conceptually?
Make use of taskset from util-linux
cpuset also seems to be working. I'm not too familiar with it though. cpuset
Using taskset, which is a part of util-linux package you can do this. For details check here
Using taskset you can assign a running process to particular CPU core. For example, to assign a process to CPU core 0 and 4, do the following.
taskset -p 0x11 <pid>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With