-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove one footnote that is no longer relevant, and fix the formatting of the other one. Signed-off-by: Pablo Barbáchano <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -387,18 +387,14 @@ sudo mount -o remount,favordynmods /sys/fs/cgroup | |
``` | ||
|
||
For cgroupsv1, remounting with `favordynmods` is not supported, so it has to be | ||
done at boot time, through a kernel command line option[^1]. Add | ||
done at boot time, through a kernel command line option. Add | ||
`cgroup_favordynmods=true` to your kernel command line in GRUB. Refer to your | ||
distribution's documentation for where to make this change[^2] | ||
distribution's documentation for where to make this change[^1] | ||
|
||
[^2] Look for `GRUB_CMDLINE_LINUX` in file `/etc/default/grub` in RPM-based | ||
[^1]: Look for `GRUB_CMDLINE_LINUX` in file `/etc/default/grub` in RPM-based | ||
systems, and [this doc for | ||
Ubuntu](https://wiki.ubuntu.com/Kernel/KernelBootParameters). | ||
|
||
[^1]: this command line option is still unreleased at the moment of writing, but | ||
will be part of 6.7 and may be backported to 6.1: | ||
<https://lore.kernel.org/lkml/[email protected]/> | ||
|
||
#### Mitigation 2: `kvm.nx_huge_pages=never` | ||
|
||
This mitigation is preferred to the previous one as it is less invasive (it | ||
|