BACKGROUND
I'm running a homelab. I wanted to test the performance hit of all the mitigations including SMT, but the method I found does not seem to be working
QUESTION
What is the correct method?
VERSION
PVE 7.2-7
5.15.39-1-pve
METHOD USED
1. nano /etc/default/grub to GRUB_CMDLINE_LINUX_DEFAULT="quiet mitigations=off"
2. update-grub
3. Confirmed kernel option mitigations=off in /etc/grub/grub.cfg
Read more
I'm running a homelab. I wanted to test the performance hit of all the mitigations including SMT, but the method I found does not seem to be working
QUESTION
What is the correct method?
VERSION
PVE 7.2-7
5.15.39-1-pve
METHOD USED
1. nano /etc/default/grub to GRUB_CMDLINE_LINUX_DEFAULT="quiet mitigations=off"
2. update-grub
3. Confirmed kernel option mitigations=off in /etc/grub/grub.cfg
Code:
linux /ROOT/pve-1@/boot/vmlinuz-5.15.39-1-pve root=ZFS=rpool/ROOT/pve-1 ro...
Read more