I have a machine that I've been running all day. I know it is overheating, because I've seen the warnings. I checked the temperature with a command, below, and I know it's hot.
Given that it's evident that the machine is interrupting the build from port because it is overheating, is there a common way to interrupt or stall the
until a cooler temperature has been observed?
Like, "work on this, but if you are ___C, then wait until you cool to ___C to resume working."
I found the temperature commands, but beyond BIOS regulation, I haven't seen many examples of responding to these high temperature warnings. Just asking while my laptop is in the 'fridge.
Code:
sysctl hw.acpi.thermal.tz0.temperature
Given that it's evident that the machine is interrupting the build from port because it is overheating, is there a common way to interrupt or stall the
Code:
make install clean
Like, "work on this, but if you are ___C, then wait until you cool to ___C to resume working."
I found the temperature commands, but beyond BIOS regulation, I haven't seen many examples of responding to these high temperature warnings. Just asking while my laptop is in the 'fridge.