Skip to content
/ docs Public
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions servers/low-latency-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ This guide provides instructions for installing the low-latency kernel on Ubuntu

The output should show "lowlatency" in the kernel version.

:::info
If the kernel does not yet show "lowlatency", the new kernel might have to be selected for boot first. One way to do this is [GrubReboot](https://wiki.debian.org/GrubReboot). Example: `grub-reboot '1>4'`, where the numbers depend on the grub menu items of your system as explained in the link.
:::

## Kernel Parameter Optimization

After installing the low-latency kernel, you'll want to optimize several kernel parameters for better performance:
Expand Down