darwin-containers / rund

OCI Container Runtime for Darwin
Apache License 2.0
432 stars 13 forks source link

Resource limits #56

Open muvaf opened 1 month ago

muvaf commented 1 month ago

I’m not sure if macOS kernel has a way of enforcing cpu & memory limit to a process group but this would be quite important to get rund more serious usage.

I’m a Go developer, if there is a high level of what needs to be done (or knowing it’s possible in the first place), I’d love to contribute.