-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Not sure what happened but for some reason stayed on max even though temp dropped to 31'c
Didn't do any checks but had a rough script running.
#!/bin/bash
stress-ng -c 8 --vm 8 --vm-bytes 512M&
echo start > temp.txt
while true
do
echo $(cat /sys/class/thermal/thermal_zone*/temp)
echo $(cat /sys/class/thermal/thermal_zone*/temp) >> temp.txt
echo $(date +"%T")
echo $(date +"%T") >> temp.txt
sleep 20
done
When I hot ctrl+c to escape the script the fan was already fast at 50c but heard up go up another notch and there it stuck even though temps where back down to 31c
PS the cpu freq buffs to get 2400000Mhz have turned this exceptionally cool SoC into a bit of a hot one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels