Mac笔记本电脑运行缓慢非常卡,通过活动监视器发现ReportCrash占用了大量的CPU和内存资源,关闭ReportCrash进程即可,新手站长分享Mac ReportCrash占用CPU资源的解决方法:
解决Mac ReportCrash占用大量CPU资源
ReportCrash进程的目的是为了保存应用程序的状态,帮助开发人员了解应用程序崩溃的原因。如果ReportCrash进程占用了大量系统资源,解决方法就是关闭ReportCrash进程:
关闭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
阿里云官方活动:https://t.aliyun.com/U/FzmsXA
腾讯云官方活动:https://curl.qcloud.com/oRMoSucP
