-
Notifications
You must be signed in to change notification settings - Fork 664
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
feat: add cgroup setter node #6977
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
…warefoundation/autoware.universe into feat/add_cgroup_setter_node
This pull request has been automatically marked as stale because it has not had recent activity. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6977 +/- ##
==========================================
- Coverage 14.98% 14.97% -0.02%
==========================================
Files 1933 1934 +1
Lines 133069 133166 +97
Branches 39707 39730 +23
==========================================
Hits 19940 19940
- Misses 90907 91004 +97
Partials 22222 22222
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@TetsuKawa @ito-san Do you still need this modification? |
Description
This PR adds cgroup setter node which attach processes to your custom cgroup.
Related links
Tests performed
Notes for reviewers
Assumptions, Write permission is required for a custom cgroup, and /sys/fs/cgroup/cgroup.procs to attach a PID to the cgroup.
Interface changes
ROS Topic Changes
ROS Parameter Changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.