美文网首页
ReportCrash 进程CPU占用率过高

ReportCrash 进程CPU占用率过高

作者: 虾米咬小米 | 来源:发表于2022-05-19 12:13 被阅读0次

如何关掉 ReportCrash

launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist

启用 ReportCrash


launchctl load -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist

MacBook Pro 总是过载,机器很热。通过活动监视器,看到 ReportCrash 占用了了过高的 CPU

相关文章

网友评论

      本文标题:ReportCrash 进程CPU占用率过高

      本文链接:https://www.haomeiwen.com/subject/xpltprtx.html