You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paginating with pages of size 500 over a table with 10k rows each holding about 12k worth of data results in 700MB in allocated memory (measured using Safari inspector on physical iPhone) which is never freed.
Expected behavior:
Memory should be garbage collected after each page since the data isn't retained anywhere.
Plugin version: 7.0.0
Platform(s): iOS
Current behavior:
Paginating with pages of size 500 over a table with 10k rows each holding about 12k worth of data results in 700MB in allocated memory (measured using Safari inspector on physical iPhone) which is never freed.
Expected behavior:
Memory should be garbage collected after each page since the data isn't retained anywhere.
Steps to reproduce/Related code:
Listed in repo: https://github.com/vojto/dbtest
Other information:
Example output in Memory tab in Safari:
Capacitor doctor:
The text was updated successfully, but these errors were encountered: