0

The question, in fact, has been asked in the subject.

I use the ArchLinux. I tried to put the workqueue.power_efficient=false to the grub.cfg, but after reboot the contents of the /sys/modules/workqueue/parameters/power_efficient is 'Y'.

1 Answers1

0

The correct way to set the parameter in grub would be:

workqueue.power_efficient=0

Then update grub via the grub-mkconfig tool after making changes to /etc/default/grub:

grub-mkconfig -o /boot/grub/grub.cfg