Skip to content

Commit

Permalink
chore(doc): fix footnotes
Browse files Browse the repository at this point in the history
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
pb8o authored and xmarcalx committed Jan 23, 2024
1 parent b910095 commit 4acdea3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/prod-host-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4acdea3

Please sign in to comment.