We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eeb9f commit dd07e52Copy full SHA for dd07e52
system/cgroup_setter/README.md
@@ -73,7 +73,7 @@ settings:
73
#### Notes
74
75
- Write permission is required for a custom cgroup, and /sys/fs/cgroup/cgroup.procs to attach a PID to the cgroup.
76
-- A PID cannot be attached to a cgroup that has a small group.(only leaf cgroups)
+- A PID cannot be attached to a cgroup that has a small group.(only leaf cgroup)
77
78
## Assumptions / Known limits
79
system/cgroup_setter/config/cgroup.yaml
@@ -1,5 +1,5 @@
1
-base_path: "/sys/fs/cgroup"
+base_path: /sys/fs/cgroup
2
settings:
3
- - directory: "autoware/system_monitor"
+ - directory: autoware/system_monitor
4
search_word:
5
- - "__node:=system_monitor_container"
+ - __node:=system_monitor_container
0 commit comments