4np / UitzendingGemist

An *Unofficial* Uitzending Gemist application for Apple TV 4 (**deprecated, use TV Gemist ☝🏻**)
Apache License 2.0
49 stars 8 forks source link

Favourites stop working after some time #16

Closed 4np closed 7 years ago

4np commented 7 years ago

The app is logging memory allocation issues with Realm, for which I have opened ticket #4461.

This seems to be related to an architectural change where Realm is now storing the transaction log in the Realm database. As the Uitzending Gemist app has a lot of read/write actions to Realm, this seems to be filling up the transaction log causing excessive growth and eventually memory allocation issues.

If you encounter this issue, delete the app from Apple tv to clear out its data and then reinstall the app.

4np commented 7 years ago

Since f1664f0 I have not experienced this issue anymore, so I will close it for now.