IRC channel logs
2026-08-28.log
back to list of logs
<old>apteryx: affinity really only pin thread to CPU. What you want is mechanism to tell the kernel about the wanted concurrency. This is not yet available but there is talk (at LPC) about adding that <old>so you can in a container for example, restrict all process to only 2 cores, without specifing which cores. This lets the scheduler decide for you which cores are best <rlb>old: interesting, that sounds much better for many cases.