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

Memory not freed on deleting in Room Db #7

Open
1407arjun opened this issue Jul 16, 2021 · 0 comments
Open

Memory not freed on deleting in Room Db #7

1407arjun opened this issue Jul 16, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@1407arjun
Copy link
Member

When rows in a particular table are deleted in Android Room Database using the query DELETE FROM table, the rows are actually deleted from the table but, their equivalent memory is not freed. This is causing memory to accumulate each time a refresh takes place and new data is added which doesnt use the unused memory but creates it's own seperate memory space.
Screenshot_20210710-174305_Settings

@1407arjun 1407arjun added bug Something isn't working help wanted Extra attention is needed labels Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant