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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Alice didn't use database and store all data in RAM #156

Open
EArminjon opened this issue Nov 10, 2023 · 0 comments
Open

[BUG] Alice didn't use database and store all data in RAM #156

EArminjon opened this issue Nov 10, 2023 · 0 comments
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@EArminjon
Copy link

Describe the bug
All requests are put in RAM instead of local database which increase and retain high memory usage for ever.
I've some download task (huge json) and that stuck my app at 500mo or more in memory usage. Sometimes that lead to crash or freeze.

To Reproduce
Steps to reproduce the behavior:

  1. Do heavy json api call
  2. Open devtools and check memory usage

Expected behavior
Alice should load in ram only relevant data. Else, all should be put in a local database (you can avoid sql i think)

Screenshots
If applicable, add screenshots to help explain your problem.

Flutter doctor
Please add flutter doctor output here.

Alice version

  • Version: 0.3.3

Smartphone (please complete the following information):

  • Device: Pixel 7 emulator
  • OS: Android 14 API 34

Additional context
Add any other context about the problem here.

@EArminjon EArminjon added the new issue New issue which has not been checked yet label Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

2 participants