Path: blob/master/tools/power/cpupower/cpupower-service.conf
26289 views
# SPDX-License-Identifier: GPL-2.0-or-later1# Copyright (C) 2012, Sébastien Luttringer2# Copyright (C) 2024-2025, Francesco Poli <[email protected]>34# Configuration file for cpupower.service systemd service unit5#6# Edit this file (uncommenting at least one of the options, depending on7# your preferences) and then enable cpupower.service, if you want cpupower8# to run at boot with these settings.910# --- CPU clock frequency ---1112# Define CPU governor13# Valid governors: ondemand, performance, powersave, conservative, userspace14#GOVERNOR='ondemand'1516# Limit frequency range17# Valid suffixes: Hz, kHz (default), MHz, GHz, THz18#MIN_FREQ="2.25GHz"19#MAX_FREQ="3GHz"2021# Set a specific frequency22# Requires userspace governor to be available.23# If this option is set, all the previous frequency options are ignored24#FREQ=2526# --- CPU policy ---2728# Set a register on supported Intel processore which allows software to convey29# its policy for the relative importance of performance versus energy savings to30# the processor. See man CPUPOWER-SET(1) for additional details31#PERF_BIAS=323334