You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be possible to have cgroup support for std::process? Like a linux-specific trait so that you can limit certain things of processes for example:
Thanks for the report! A feature request to add support for cgroups (e.g. a platform-specific extension) currently belongs over in the rust-lang/rfcs repo, but you may also be interested in the recently-approved CommandExt::before_exec function which should allow this as well (e.g. arbitrary code execution following just before an exec.
If the before_exec doesn't work out, could you open an issue against rust-lang/rfcs? Thanks!
Could it be possible to have cgroup support for std::process? Like a linux-specific trait so that you can limit certain things of processes for example:
It'd be really useful in certain stuff such as timeouts and memory limits, etc
The text was updated successfully, but these errors were encountered: