Java 过热问题

Java 过热问题

我在三星 rc530/730 上使用 19.10 Mate、5.3.0-55-generic:

我的CPU:

model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
model name  : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GH

我的记忆:

natty@natty-RC530-RC730:~$ free -m
              total        used        free      shared  buff/cache   available
Mem:           5855        3565         156         649        2132        1352
Swap:          2047         211        1836

我的视频卡:

*-display                 
       description: 3D controller
       product: GF108M [GeForce GT 540M]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:33 memory:f5000000-f5ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f6000000-f607ffff
  *-display
       description: VGA compatible controller
       product: 2nd Generation Core Processor Family Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:29 memory:f6400000-f67fffff memory:d0000000-dfffffff ioport:e000(size=64) memory:c0000-dffff

我的视频驱动程序现在是 nVidia 340,从 390 切换到二进制驱动程序后,检查是否有一些好处,但没有任何变化。顺便说一下,nVidia 建议使用 390。但正如我所说,切换它没有任何变化。

我主要发现的是,Java 程序会使我的系统因热问题而冻结并重新启动。

natty@natty-RC530-RC730:~$ java --version
java 14.0.1 2020-04-14
Java(TM) SE Runtime Environment (build 14.0.1+7)
Java HotSpot(TM) 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)

我从旧版本更新它,但问题仍然存在。

风扇很干净,上面没有灰尘。您建议我不要购买新笔记本电脑,而是使用 docker 和 phpstorm 之类的 IDE,而不要哭很多?


natty@natty-RC530-RC730:~$ sudo update-java-alternatives -l 
java-14-oracle 1091 /usr/lib/jvm/java-14-oracle

答案1

请再三检查你的风扇是否正常。

检查你的导热膏是否状况良好,我强烈建议使用好的导热膏而不是默认的导热膏。

查看启动时的温度,也许是时钟问题,你的 CPU 总是处于最高时钟水平。

清理你的电脑,而不仅仅是风扇。

相关内容