Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

support linux.cgroupsPath and linux.resources (resource constraints) #148

Closed
jodh-intel opened this issue Aug 22, 2016 · 2 comments
Closed

Comments

@jodh-intel
Copy link
Contributor

jodh-intel commented Aug 22, 2016

The OCI config file, config.json, specifies resource constraints in the form of linux.resources JSON objects which map closely to cgroups.

We need to find a way to implement such constraints.

See:

@jodh-intel jodh-intel changed the title support resource constraints support linux.groupsPath and linux.resources (resource constraints) Aug 30, 2016
@jodh-intel jodh-intel changed the title support linux.groupsPath and linux.resources (resource constraints) support linux.cgroupsPath and linux.resources (resource constraints) Aug 31, 2016
@sameo sameo added this to the Clear Container 2.1 milestone Sep 1, 2016
@sameo
Copy link

sameo commented Sep 8, 2016

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...).

@sameo
Copy link

sameo commented Jan 30, 2017

This issue was moved to clearcontainers/runtime#19

@sameo sameo closed this as completed Jan 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants