aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 91 forks source link

Port to libcgroups crate #354

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

This PR uses the libcgroups crate (part of youki repo) instead of cgroups-rs. We avoid issues with musl incompatibilities by not using the default features and only using the v2 feature which seems to compile without issue (I didn't look into which feature causes the issue).