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

Facing memory issue while fetching large data from db and app get crashed without crash log #830

Open
Vaishu-26 opened this issue Feb 11, 2022 · 1 comment

Comments

@Vaishu-26
Copy link

In My App i have large size of json data. While storing the data its working fine. But, while fetching from db my memory size in Xcode showing around 2GB and app gets crashed.

@robertmryan
Copy link
Collaborator

FMDB is undoubtedly not the root of your problem. Use “debug memory graph” to identify what is not getting released. See https://stackoverflow.com/a/30993476/1271826 or https://developer.apple.com/videos/play/wwdc2021/10180/.

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

2 participants