小飞猪的希冀 (@zerobey) 在 macos 27 DB2 appstoreagent CPU 异常占用BUG 处理 中发帖
更新完 27 DB2之后,这两天总觉得系统会经常性卡顿,看了一下活动管理器有一个 /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Support/appstoreagent进程一直异常占用 CPU,极高频的上下文切换(下图是强制退出后又自动唤醒)
[image]
后面在 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/c...