Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defconfig: set schedutil as the default governor
* for some reason, performance was set as the default, bruh.
- Loading branch information
4ed9e7e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC this is intentional. The scheduled is set to Perfomance during boot to reduce boot time, init scripts switch it back to schedutil post boot. Recommend referring to init script before this change is in prod.