I was reading the docker documentation and I saw there is a setting we can use to limit the specific CPUs or cores a container can use. But if my intel i7 13th gen CPU has power cores and efficiency cores and using Ubuntu 2023.10.
How do I know what kind of core will the container get assigned ?
Could it happen that a container get assigned to an efficiency core and the container performance be impacted? If this could happen, how could we ensure the container only gets power cores?
To be honest, Iām not sure, but I donāt know why it would be the case. I think I used it before CGroup v2, but I canāt confirm it. Do you have a machine with Cgroup v1 where it doesnāt work?