Skip to content

Commit

Permalink
doc: note that kernels >= 6.11 require new cgroupv1 configs
Browse files Browse the repository at this point in the history
Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
  • Loading branch information
tixxdz committed Jan 20, 2025
1 parent 9c24a3f commit 2fd2ace
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/en/docs/installation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ CGROUP_FAVOR_DYNMODS=y (optional) >= 6.0
association issues.
```

If the system is still on the old Cgroupv1 interface and the running kernel version
is >= 6.11 then these kernel config options are required:
```
# CGROUPv1 Process tracking on kernels >= 6.11
CONFIG_MEMCG_V1=y
CONFIG_CPUSETS_V1=y
```

At runtime, to probe if your kernel has sufficient features turned on, you can
run `tetra` with root privileges with the `probe` command:

Expand Down

0 comments on commit 2fd2ace

Please sign in to comment.