My iOS app uses Realm as its local database.
Various data generated by the app is saved in the default.realm file.
In tests using actual devices, when the size of default.realm exceeds about 6GB, random crashes begin to occur when accessing Realm.
The error message will be different each time, and as the size gets larger, the frequency of crashes will increase.
Is this normal?
Or am I just not using Realm correctly?