On 2016 Dec 08 (Thu) at 16:27:29 +0100 (+0100), Roger Schreiter wrote:
:Hello,
:
:is there a mean to get a running process running on
:a certain cpu (core)? Or restrict it from running on a cpu?
:
:I have a cheap Atom CPU with four cores, and all interrupts,
:also network traffic, is using CPU0.
:
:Thus I would like, bgpd does not use CPU0 at all, in order
:to avoid, havy cpu load by bpg causes network bottle neck.
:
:Regards,
:Roger.
:

No, you cannot influence which CPU runs a process.

The scheduler choses which CPU is least loaded, so it is most likely
that the bgp processes will run on other CPUs.


-- 
"It's Like This"

Even the samurai
have teddy bears,
and even the teddy bears
get drunk.

Reply via email to