[SOLVED] CoreData: annotation: PostSaveMaintenance: incremental_vacuum with freelist_count – 52 and pages_to_free 10

Issue

I am getting this warning. Can anyone help me understand what exactly this means ?

CoreData: annotation: PostSaveMaintenance: incremental_vacuum with freelist_count - 52 and pages_to_free 10

Solution

This message is due to Core Data undergoing a VACUUM operation in order to free up space in the Sqlite database. More information here. It is normal to see this message.

Answered By – William Grand

Answer Checked By – Gilberto Lyons (BugsFixing Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *