webstorm 的 cpu 占用高

现象

前端项目,不管是 vue,react ,就是 cpu 占用长期 400%以上,有时候持续好多天,导致 macbook 温度一直在 70+度以上

处理

1
2
3
4
/Applications/Webstorm.app/Contents/jbr/Contents/Home/conf/security
/Applications/IntelliJ IDEA.app/Contents/jbr/Contents/Home/conf/security
/Applications/GoLand.app/Contents/jbr/Contents/Home/conf/security
/Applications/RustRover.app/Contents/jbr/Contents/Home/conf/security

修改以上四个文件夹里的 java.security 文件
jdk.tls.disabledAlgorithms=SSLv3 替换为 jdk.tls.disabledAlgorithms=TLSv1.3, SSLv3