Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: simplify final CPU affinity rule #1261

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Jul 17, 2024

  1. config: simplify final CPU affinity rule

    Description of execCPUAffinity.final said that if it's not set or empty,
    the final affinity is the one of container's cgroup. This was done
    because we thought the kernel changes process' CPU affinity to one of
    cgroup. It's not the case.
    
    To keep the runtime simple, it makes sense to not do anything if the
    final affinity is not explicitly set. This change does just that.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    adaa517 View commit details
    Browse the repository at this point in the history