# /etc/conf.d/cpufrequtils: config file for /etc/init.d/cpufrequtils # Which governor to use. Must be one of the governors listed in: # cat /sys/devices/system/cpu/cpu?/cpufreq/scaling_available_governors # GOVERNOR="ondemand" # up_threshold defines what the average CPU usaged between the samplings # of 'sampling_rate' needs to be for the kernel to make a decision on # whether it should increase the frequency. For example when it is set # to its default value of '80' it means that between the checking # intervals the CPU needs to be on average more than 80% in use to then # decide that the CPU frequency needs to be increased. # You will need "ondemand" governor for this, if you want use default # value, you can leave commented the following line: # #UP_THRESHOLD="80"