doc: Remove cgroup1 mentions

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2026-04-26 21:39:42 +02:00
parent 5dd5ccbe31
commit 5014387987
No known key found for this signature in database
GPG Key ID: C638974D64792D67
2 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,6 @@ In privileged containers, they will be blocked by the AppArmor policy.
If LXCFS is present on the host, it is automatically set up for the container.
This normally results in a number of `/proc` files being overridden through bind-mounts.
On older kernels, a virtual version of `/sys/fs/cgroup` might also be set up by LXCFS.
## PID1

View File

@ -197,7 +197,7 @@ When Incus intercepts a `hugetlbfs` `mount` syscall, it mounts the `hugetlbfs` f
This makes it possible to use huge pages from unprivileged containers.
However, it is recommended to limit the number of huge pages available to the container through `limits.hugepages.[size]` to stop the container from being able to exhaust the huge pages available to the host.
Limiting huge pages is done through the `hugetlb` cgroup controller, which means that the host system must expose the `hugetlb` controller in the legacy or unified cgroup hierarchy for these limits to apply.
Limiting huge pages is done through the `hugetlb` cgroup controller, which means that the host system must expose the `hugetlb` controller for these limits to apply.
(instance-options-limits-kernel)=
### Kernel resource limits