Comment 0 for bug 2018236

Revision history for this message
koba (kobako) wrote : Fix ADL: System shutdwon automically when run Prime95 with i9-12900K

[Description]
System shutdown automatically when stressing the machine.

[Fix]
d385f20764e1) Use PL1 max/min from PPCC when policies match
https://github.com/intel/thermal_daemon/commit/d385f20764e1e5477450405be71ec719adc973be

[Test Case]
1. Find a unit with i9-12900k CPU and air cooling
2. Install tools
#sudo apt install stress-ng s-tui
#sudo systemctl stop thermald
#sudo thermald --no-daemon --loglevel=debug --adaptive --ignore-cpuid-check > thermald_log.txt &
#download prime95 linux version: p95v308b15.linux64.tar.gz and decompress
4. Stress test: (you may need to open multiple terminals for the test)
#./mprime
#sudo stress-ng -a 0 --class cpu,cpu-cache --ignite-cpu -v
5. monitor cpu temperature for 6 hours if you didn’t hit overheat and shutdown issue.
#sudo s-tui -c

[Where problems could occur]