The default CPU scheduler in the mainline Linux kernel is Completely_Fair_Scheduler (CFS).
The upstream default settings are tweaked for high throughput which make the desktop applications unresponsive under heavy CPU loads. This project contains a script that sets the CFS to use same settings as the linux-zen kernel does.
Runtime dependencies:
- bash
- gawk
- systemd (for systemd unit)
Build dependencies:
- cmake
Available on AUR.
Also see releases page for built RPM and DEB packages.
You can also build from source using cmake build system.
Tweaks can be applied on boot using provided systemd unit.
systemctl enable --now set-cfs-tweaks.service
- 1.1.0
- Added support for kernels before version 5.13
- 1.0.0
- Initial Release
This project is licensed under the GPL-2.0-only License - see the COPYING file for details