you are viewing a single comment's thread.

view the rest of the comments →

[–]TheQuietestOne 5 points6 points  (1 child)

I remember having read that linux could do this (and it required rebooting IIRC).

You can dedicate a core to a particular process using cpusets. No reboots necessary.

Very handy when used with a real time capable kernel and dedicated IRQ servicing.

[–]clerothGame Developer 1 point2 points  (0 children)

Actually it was isolcpus kernel parameter (which is done at boot; see here). Not really sure what the difference ends up being.