WebThumbnailExtension Web Content consumes all memory

Hello all,


I'm using my M4 Mac Mini for a week right now. Sometimes, I have troubles when I use Safari. It keeps creating WebThumbnailExtension Web Content instances non-stop. Even though I have 1 or 2 tabs open in Safari when I click another website it creates another instance of 1 GB WebThumbnailExtension Web Content and I don't even have any extensions built-in Safari. Although I force quit every instance, Safari re-creates them. After doing this for like 20 minutes, Safari gave up creating them but I don't know why.


Here is the screenshot from Activity Monitor.



I'm using macOS Sequoia 15.1 (24B2083)


I noticed something. When I use Spotlight, it also creates the same instance. Also, this instance's full path is: /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent

Mac mini

Posted on Nov 17, 2024 08:01 AM

Reply

Similar questions

8 replies

Nov 19, 2024 07:10 AM in response to zahidfrompolatlı

Have you installed any third party AV-ware or a VPN on the new Mac mini...?

If not, then perhaps something Migrated over from your previous setup...?


EtreCheckPro is an excellent tool for finding resource and other problems.

Download and run the free version of EtreCheckPro, from > https://etrecheck.com/en/index.html

Then post your Report, as per > How to use the Add Text Feature When Post… - Apple Community

Dec 26, 2024 05:38 AM in response to zahidfrompolatlı

Hi I just fine a way to solve this problem,check below pic

If you wanna find more solution, Plz translate below solution to your language as I found:

在 macOS 上,ThumbnailExtension 是一个负责生成文件缩略图的系统进程。当它占用大量内存时,可能是以下原因导致的:


可能原因

文件夹内容过多: 如果某个文件夹包含大量图片、视频或其他需要生成缩略图的文件,ThumbnailExtension 会占用较多资源来生成这些文件的预览。


损坏的文件: 某些文件可能损坏或格式异常,导致进程在处理这些文件时进入死循环或消耗过多资源。


缓存问题: 缓存中的缩略图数据可能损坏,导致系统反复尝试重新生成。


系统 Bug: macOS 的某些版本可能存在优化不足的问题,特别是在处理特定类型的文件时。


外接设备或网络驱动器: 如果缩略图生成器尝试处理外接硬盘或网络驱动器上的文件,可能会导致资源消耗过高。


解决方法

1. 定位问题文件夹

打开“活动监视器”,找到 ThumbnailExtension 进程。

观察进程的资源消耗情况,然后尝试关闭最近打开的 Finder 窗口,逐一排查是否是某个文件夹引发的问题。

2. 清理缓存

缓存清理可以帮助解决缩略图生成的问题:


打开 终端,运行以下命令清理 Finder 的缩略图缓存:

bash

复制代码

rm -rf ~/Library/Caches/com.apple.finder/Cache.db

重启 Finder:

bash

复制代码

killall Finder

3. 排除问题文件

如果怀疑某些文件有问题:


将文件移动到其他位置或备份后逐一排查。

特别注意大文件、视频、或者第三方工具生成的文档。

4. 关闭缩略图显示

如果不需要缩略图:


打开 Finder,选择 “查看” > “显示选项”。

取消勾选 “显示图标预览”。

或者直接对整个 Finder 禁用预览生成:

bash

复制代码

defaults write com.apple.finder AppleShowAllFiles -bool false

killall Finder

5. 更新 macOS

如果是系统 Bug,尝试更新到最新的 macOS 版本,Apple 通常会在更新中修复已知问题。


6. 重置 Finder 偏好设置

如果 Finder 的配置文件损坏,可能导致问题:


删除 Finder 的偏好文件:

bash

复制代码

rm ~/Library/Preferences/com.apple.finder.plist

重启 Finder:

bash

复制代码

killall Finder

7. 检查外接设备

如果连接了外接硬盘或网络驱动器,尝试断开这些设备,观察 ThumbnailExtension 的内存使用是否下降。


进一步排查

如果上述方法无效,可以尝试以下步骤:


打开 控制台(Console),查看是否有与 ThumbnailExtension 相关的错误日志。

使用第三方工具(如 CleanMyMac 或 OnyX)扫描和修复系统问题。

如果问题持续,可能需要联系 Apple 支持以获取进一步帮助。

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

WebThumbnailExtension Web Content consumes all memory

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.