Post

Replies

Boosts

Views

Activity

Reply to macOS is experiencing a severe memory leak issue.
安装 macOS Tahoe26.0 beta5 (25A5338b) 或 beta4 后,会出现内存和磁盘泄漏,可能是由 Spotlight 索引引起的。mds_stores进程最多消耗60 GB的RAM,而磁盘写入会继续,直到额外的50 GB被填满。一旦达到最大值,系统就会释放空间,循环重复,导致严重的内存泄漏。在可用空间中,系统数据占用多達150 GB。 受影响的系统版本: macOS Tahoe26.0 beta5(25A5338b)和beta4。 复制步骤: 启动后立即发生,无需额外的用户操作。 解决方法: 启动进入安全模式可防止出现此问题。 ###可能的原因: 聚光灯索引中的一个错误。在安全模式下,Launchpad无法搜索应用程序,到目前为止没有观察到其他问题。这强烈表明,Spotlight 索引是根本原因。 潜在受影响的软件: 开发人员相关工具,如Node.js、Maven、Vue.js等。Spotlight可能正在索引开发人员项目依赖目录(例如node_modules),其中包含大量不需要索引的小文件,从而导致这个问题。
Topic: Community SubTopic: Apple Developers Tags:
3w
Reply to macOS is experiencing a severe memory leak issue.
中文 可能的解决方法 1、进入系统设置、聚焦、关闭除了APP的所有选项 2、打开终端输入: sudo mdutil -X / sudo mdutil -X /System/Volumes/Preboot sudo mdutil -X /System/Volumes/Data 若无法解决,可以尝试进入Mac的安全模式下尝试此操作 English: Possible solutions Go to System Settings > Spotlight, and disable everything except “App” Open Terminal and run: sudo mdutil -X / sudo mdutil -X /System/Volumes/Preboot sudo mdutil -X /System/Volumes/Data If the issue persists, try running the same commands in macOS Safe Mode.
Topic: Community SubTopic: Apple Developers Tags:
2w