AdnanHodzic / AdnanHodzic/auto-cpufreq
Measure keeps CPU "hot".
未關閉
- 主要語言
- Python
- 星號
- 7.8k
- 分支
- 357
- 平均合併
- 3 天 8 小時
- 30 天內合併 PR
- 14
描述
This is my observation.
I wrote fans controller for my laptop, so I had that issue and know what to do.
So when `auto-cpufreq` runs minimum temperature is 44C when laptop is not touched. If I stop the service, it drops down to 35C.
Which means measuring temperature raises temperature. To overcome this we need to use dynamic slices, i.e. below 45C do the measure once a minute.
My solution in my program as example:
https://github.com/alexzk1/MsiFanControl/blob/main/MsiFanControlGUI/reads_period_detector.h
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。