Hey all,

Anyone familiar with the state of Raptor Lake performance + efficiency cores in Linux? I’m specifically curious about how the kernel balances things when running multiple containers (without pinned CPUs)

Thanks!

  • 𝒎𝒂𝒏𝒊𝒆𝒍
    link
    fedilink
    14 days ago

    A quick look at docker docs says it’s the only way. Same with any other way of running a program/service, you have to manually set an affinity of an executable

    • fmstratOP
      link
      fedilink
      English
      14 days ago

      No you don’t? There’s nothing with Docker that forces you to pin.