kuasar-io / kuasar

A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://kuasar.io
Apache License 2.0
1.27k stars 91 forks source link

Limit container process in CgroupV2 #85

Open Burning1020 opened 1 year ago

Burning1020 commented 1 year ago

What would you like to be added?

Limit the container process in CgroupV2

Why is this needed?

Cgroup is used to restrict process group resources in Linux. It has two versions: cgroup v1 and cgroup v2, the latter of which is designed to replace its predecessor.