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 6, 2020. It is now read-only.
Most of the resource constraints would need to be applied to the qemu process, a.k.a. the VM, by either using cgroups on the host or map the restrictions to qemu parameters (CPU, memory...).
Also likely directly related to at least #380 and #381. It feels like the cgroups settings can be set or adjusted through a number of different docker run or update arguments.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @jodh-intel on August 22, 2016 13:27
The OCI config file,
config.json
, specifies resource constraints in the form oflinux.resources
JSON objects which map closely to cgroups.We need to find a way to implement such constraints.
See:
Copied from original issue: intel/cc-oci-runtime#148
The text was updated successfully, but these errors were encountered: