Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Consume more memory than Android #432

Open
muneerkk66 opened this issue Oct 11, 2023 · 0 comments
Open

iOS Consume more memory than Android #432

muneerkk66 opened this issue Oct 11, 2023 · 0 comments

Comments

@muneerkk66
Copy link

muneerkk66 commented Oct 11, 2023

馃挰 Questions and Help

I'm trying to download 20 images from the server, which is just 17 MB in total. However, the RAM uses up to about 200 MB in iOS, whereas on an Android device, it only uses 100 MB. I'm downloading each image using the download method.

final futures = collections.map(
      (e) => DefaultCacheManager.downloadFile(
       e.url,
        key: e.id,
      ),
    );
 await Future.wait(futures);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant