-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime: Implement cgroup2 resource limits. #33
Comments
Not sure if this is exactly what you were talking about, but crio does include a global default pid_limit in crio.conf. |
Thanks for the pointer. The pid limit is one of the few limits that is already set Line 100 in cbc79e1
The spec implies that the runtime is reponsible for setting the cgroup limits. The Cgroup2 support in the OCI spec is still in progress and I want to make sure that the limits are correctly applied and don't break anything. But maybe we can just enable the limits and add a switch to manually disable them
What do you think? |
Implement resource limits for
cgroup2
https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#control-groups
The text was updated successfully, but these errors were encountered: