I'm trying to see if I can pin dockerd and containerd to core 0 on a Linux server, leaving all the other cores for the containers (using cpuset). So I used this on my systemd unit:
[Service] CPUAffinity=0
I noticed than the children processes also got pinned to core 0 (tasket manual explains this is the expected behavior):
grep -i cpu /proc/$PID/status
My questions are:
Thanks,
2.1m questions
2.1m answers
60 comments
57.0k users