darwin-containers / rund

OCI Container Runtime for Darwin
Apache License 2.0
473 stars 14 forks source link

Resource limits #56

Open muvaf opened 6 months ago

muvaf commented 6 months 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.