You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
If you run a container with Kata that is constrained only by cpusets, but not cpu.cfs_quota, it will not add any additional CPUs. If cpu.cfs_quota is not specified for any of the containers, we should size the VM based on cpuset.cpus, if specified.
The text was updated successfully, but these errors were encountered:
If quota is not being enforced on any containers but CPUsets are
specified, take the number of CPU sets into account when sizing the
virtual machine.
Fixes: kata-containers#2971
Signed-off-by: Eric Ernst <[email protected]>
egernst
added a commit
to egernst/runtime
that referenced
this issue
Sep 21, 2020
If quota is not being enforced on any containers but CPUsets are
specified, take the number of CPU sets into account when sizing the
virtual machine.
Fixes: kata-containers#2971
Signed-off-by: Eric Ernst <[email protected]>
egernst
added a commit
to egernst/runtime
that referenced
this issue
Sep 21, 2020
If quota is not being enforced on any containers but CPUsets are
specified, take the number of CPU sets into account when sizing the
virtual machine.
Fixes: kata-containers#2971
Signed-off-by: Eric Ernst <[email protected]>
egernst
added a commit
to egernst/runtime
that referenced
this issue
Sep 21, 2020
If quota is not being enforced on any containers but CPUsets are
specified, take the number of CPU sets into account when sizing the
virtual machine.
Fixes: kata-containers#2971
Signed-off-by: Eric Ernst <[email protected]>
egernst
added a commit
to egernst/runtime
that referenced
this issue
Sep 21, 2020
If quota is not being enforced on any containers but CPUsets are
specified, take the number of CPU sets into account when sizing the
virtual machine.
Fixes: kata-containers#2971
Signed-off-by: Eric Ernst <[email protected]>
If you run a container with Kata that is constrained only by cpusets, but not cpu.cfs_quota, it will not add any additional CPUs. If cpu.cfs_quota is not specified for any of the containers, we should size the VM based on cpuset.cpus, if specified.
The text was updated successfully, but these errors were encountered: