onevcat / Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
MIT License
23.1k stars 2.64k forks source link

SessionDelegate.urlSession(_:dataTask:didReceive:) #2271

Open Cuizhangqiang opened 2 months ago

Cuizhangqiang commented 2 months ago

SessionDataTask.swift - 第 125 行 SessionDelegate.urlSession(_:dataTask:didReceive:) + 125

![Uploading 截屏2024-07-11 09.54.36.png…]()

Cuizhangqiang commented 1 month ago

截屏2024-07-24 09 28 27

onevcat commented 1 month ago

This is basically an OOM. Please check if you have loaded to many images (especially huge resolution images). If so, I would suggest try to use a downsampling processor.