Set threadirqs in GRUB_CMDLINE_LINUX_DEFAULT
Added the 'threadirqs' parameter to the kernel command line to improve interrupt handling and optimize performance for threaded IRQs. This change ensures better responsiveness and system behavior in specific workloads.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ GRUB_CFG="/etc/default/grub"
|
|||||||
|
|
||||||
GRUB_TIMEOUT=0
|
GRUB_TIMEOUT=0
|
||||||
GRUB_TIMEOUT_STYLE=hidden
|
GRUB_TIMEOUT_STYLE=hidden
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash apparmor=1 usbcore.autosuspend=-1 vt.global_cursor_default=0 loglevel=3 rd.luks.options=discard plymouth.ignore-serial-consoles"
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash apparmor=1 usbcore.autosuspend=-1 vt.global_cursor_default=0 loglevel=3 rd.luks.options=discard plymouth.ignore-serial-consoles threadirqs"
|
||||||
GRUB_CMDLINE_LINUX="rcutree.rcu_idle_gp_delay=1"
|
GRUB_CMDLINE_LINUX="rcutree.rcu_idle_gp_delay=1"
|
||||||
|
|
||||||
GRUB_THEME_DIR="/usr/share/debian-gaming/grub/grub2-themes"
|
GRUB_THEME_DIR="/usr/share/debian-gaming/grub/grub2-themes"
|
||||||
|
|||||||
Reference in New Issue
Block a user