Hi everybody,
In order to improve the overall desktop responsiveness of my computer, I am trying to change the value in the up_threshold file, (default is 95), to much lower, (currently experimenting with value of 25), executing as root:
but, It needs to be done every reboot since it is not remembered. How do I do this?
Thanks
In order to improve the overall desktop responsiveness of my computer, I am trying to change the value in the up_threshold file, (default is 95), to much lower, (currently experimenting with value of 25), executing as root:
Code:
echo 25 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
Thanks