bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

cpuset #636

Open gronke opened 5 years ago

gronke commented 5 years ago

Assigning a jail to a specific CPU is related to Resource Limits.

Please see the cpuset man page

It is important to solve #413 before implementing this feature to come up with a consistent interface. Moving all Resource Limits to their own namespace will make clear what those parameters (and cpuset) do.