How to use NSFetchedResultsController memory wise in Core Data
Issue #982
If you’re using NSFetchedResultsController
in Core Data, it might take up a lot of memory, especially when working with large datasets. To keep your app running smoothly, it’s important to manage memory efficiently