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

crictl: Adds support for updating resource limits for Windows Containers #799

Commits on Jul 19, 2021

  1. crictl: Adds support for updating resource limits for Windows Containers

    The fields supported in the WindowsContainerResources are:
    
    - CpuCount: Number of CPUs available to the container. Default: 0 (not specified).
    - CpuMaximum: Specifies the portion of processor cycles that this container can use as a percentage times 100.
    - CpuShares: CPU shares (relative weight vs. other containers). Default: 0 (not specified).
    - MemoryLimitInBytes: Memory limit in bytes. Default: 0 (not specified).
    claudiubelu committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0cfc8b3 View commit details
    Browse the repository at this point in the history