Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY #389

Open KadriyeMacit opened 1 year ago

KadriyeMacit commented 1 year ago

🐛 Bug Report

It starts to use a lot of memory and the application crashes when switching pages in the bottom bar.

and I got

stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=2098 MB, unused=0x0)

in terminal with physical phone.


I tried to add

but it's not working still.


Flutter version 3.0.0 Dart version 2.17.0

cached_network_image: v3.2.0

Platform:

imajercsik commented 1 year ago

@KadriyeMacit did you managed to solve this issue? Any update?