Skip to content

cpufreq.conf

Calin Crisan edited this page May 30, 2021 · 3 revisions

File Location And Role

The following paths are searched: /etc/cpufreq.conf, /data/etc/cpufreq.conf and /boot/cpufreq.conf, in this order, and sourced in.

The file contains settings for the CPU frequency management.

File Format

This is a simple shell script that should contain only NAME="value" lines. The file is sourced by the cpufreq init script.

Available Variables

CPU_FREQ_GOVERNOR

Sets the CPU frequency governor to be used. Defaults to ondemand.

CPU_FREQ_MIN

Sets the minimum scaling frequency (in kHz). Leave empty for default platform value.

CPU_FREQ_MAX

Sets the maximum scaling frequency (in kHz). Leave empty for default platform value.

Clone this wiki locally