Skip to content

Memory not freed on deleting in Room Db #7

@1407arjun

Description

@1407arjun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions