Hello,
I am using Home Assistant with an AMD Ryzen based ThinPC. I want to downclock it as it’s not necessary for HA.
This can be achieved under a normal OS with:
sudo echo 1400000 > /sys/devices/system/cpu/cpu[X]/cpufreq/scaling_max_freq
where X shall be replaced for each core.
However, running this command from terminal will generate an error as it’s a read only filesystem.
Which mount point should I remount to r+w , as there are many mount points in the docker and none is /sys ?
I intend to run this script using the Run On Startup.d addon.
Thanks in advance.