You could control the size of WAL file by setting sqlite PRAGMA Options.
NSDictionary * options = @{
				NSMigratePersistentStoresAutomaticallyOption:@YES,
				NSInferMappingModelAutomaticallyOption:@YES,
				NSSQLitePragmasOption:@{ @"journal_mode" : @"WAL", @"journal_size_limit" : @"20000" }
};
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: