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

Add CPU affinity to executed processes #1253

Merged
merged 2 commits into from
Jun 25, 2024

Commits on Jun 11, 2024

  1. config-linux: describe the format of cpus and mems

    Also, s/in/on/g.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2149fb5 View commit details
    Browse the repository at this point in the history
  2. Add CPU affinity to executed processes

    This allows to set initial and final CPU affinity for a process being
    run in a container, which is needed to solve the issue described in [1].
    
    [1] opencontainers/runc#3922
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    119ae42 View commit details
    Browse the repository at this point in the history