Make Linux run blazing fast (again)

If you’re not into currency trading or high finance or military contracting or anything of that nature and you’d just like to get maximum performance for your Steam games then adding this is simple switch to your kernel parameters will leave you wide open to all the security risks for maximum excitement and squeeze back every bit of performance you used to get from your Intel CPU: mitigations=off - linuxreview.org

Checking vulnerability

grep -H '' /sys/devices/system/cpu/vulnerabilities/*

How to disable mitigations

Edit /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mitigations=off"
$ sudo update-grub
Written on October 14, 2019, Last update on June 20, 2021
linux-system kernel security