Fixed references

This commit is contained in:
Michele Cereda
2022-04-17 23:50:16 +02:00
parent cf88da740a
commit 7c67441e0a
2 changed files with 5 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ sudo cpupower frequency-set --governor powersave
sudo cpupower frequency-set --governor schedutil
```
## Sources
## Further readings
- [CPU frequency scaling]
- [CPU governer settings ignore nice load]

View File

@@ -10,8 +10,11 @@ echo 1 | sudo tee /sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load
echo "w /sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load - - - - 1" | sudo tee /etc/tmpfiles.d/ondemand-ignore-nice.conf
```
## Sources
## Further readings
- [Cpufreq]
- [Laptop overheating and battery duration reduction]
[cpufreq]: cpufreq.md
[laptop overheating and battery duration reduction]: https://wiki.archlinux.org/?title=BOINC#Laptop_overheating_and_battery_duration_reduction