nerves-project / nerves_system_rpi4

Base Nerves system configuration for the Raspberry Pi 4
Apache License 2.0
91 stars 49 forks source link

Use schedutil governor by default #258

Closed ConnorRigby closed 1 month ago

ConnorRigby commented 1 month ago

This is such a common default that there's no reason for Nerves not to use it as well. It also removes one potential source of differences when people see performance differences between Raspberry Pi OS and Nerves.

The article at https://lwn.net/Articles/682391/ describes the issues and why schedutil is a good option unless there are overarching concerns with a particular project.