

























更新完 27 DB2之后,这两天总觉得系统会经常性卡顿,看了一下活动管理器有一个 /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Support/appstoreagent进程一直异常占用 CPU,极高频的上下文切换(下图是强制退出后又自动唤醒) 后面在 reddit 找到对应的异常报告帖子 处理方式参照如下(处理完成记得重启) # 1. Kill the rogue process killall -9 appstoreagent # 2. Wipe the user-level caches for the App Store agent rm -rf ~/Library/Caches/com.apple.appstoreagent rm -rf ~/Library/Caches/com.apple.appstore # 3. Clean up system-defined temporary and deployment directories # (This is where macOS...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。