Set CPU ondemand governor up_threshold
echo -n $USER_LIMIT > '/sys/devices/system/cpu/cpufreq/ondemand/up_threshold'
Sets the up_threshold value for the CPU's ondemand governor to control when to increase CPU frequency based on load.
echo -n $USER_LIMIT > '/sys/devices/system/cpu/cpufreq/ondemand/up_threshold'
Sets the up_threshold value for the CPU's ondemand governor to control when to increase CPU frequency based on load.