我什么也不做,ksofttirqd使用我的cpu的100%,我的pc是非常慢的。我查看了我的/proc/中断,有很多“本地时间中断”,“热事件中断”。我该怎么解决呢?
(我运行的是ubuntu 18.4)
感应器
iwlwifi-virtual-0
Adapter: Virtual device
temp1: +44.0°C
dell_smm-virtual-0
Adapter: Virtual device
fan1: 3893 RPM
fan2: 3916 RPM
acpitz-virtual-0
Adapter: Virtual device
temp1: +25.0°C (crit = +107.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +100.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +74.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +100.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +73.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +78.0°C (high = +100.0°C, crit = +100.0°C)
Core 4: +73.0°C (high = +100.0°C, crit = +100.0°C)
Core 5: +72.0°C (high = +100.0°C, crit = +100.0°C)
Core 6: +74.0°C (high = +100.0°C, crit = +100.0°C)
Core 7: +71.0°C (high = +100.0°C, crit = +100.0°C)
pch_cannonlake-virtual-0
Adapter: Virtual device
temp1: +63.0°C 发布于 2020-10-16 16:14:40
从sensors输出中可以看出,您的CPU运行得太热了。作为回应,它可能是疯狂地节流,不让自己融化。奇怪的是,似乎只是其中一个太热的核心,这是不寻常的,因为CPU内部洗牌之间的工作负荷,以均匀地分配负载。
下面是我建议调试和修复的内容:
。
如果所有这些都很好,那么恐怕您的CPU坏了,需要更换。
但有一点是肯定的:这不是软件问题。
PS:我认为你可以忽略大量的本地时间中断,因为它们不是不寻常的。另一方面,热中断是。以下是我在一个没有问题的系统上的当前值:
CPU0 CPU1 CPU2 CPU3
...
LOC: 254543051 255115593 261569855 252995765 Local timer interrupts
...
TRM: 0 0 0 0 Thermal event interruptshttps://stackoverflow.com/questions/64392041
复制相似问题