Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 59676  / 3 Years ago, sun, may 2, 2021, 3:03:16

I have an SSD in my laptop and I've been told that switching to the "noop" scheduler is preferred.



How do I change to the noop scheduler, and where do I make the change so that it is persistent across reboots?


More From » kernel

 Answers
6

Edit /etc/default/grub, such as gksudo gedit /etc/default/grub, here you need to add elevator=noop.



Change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=noop".



Then run sudo update-grub2 and restart.


[#42108] Tuesday, May 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tocklftime

Total Points: 110
Total Questions: 109
Total Answers: 100

Location: Mayotte
Member since Mon, Sep 12, 2022
2 Years ago
;