The following data is extracted from the .crash report: So, a few points from the log itself: Action taken: none In other words, the system generated this log and then did... nothing. Your app did not crash, nor was there any user visible impact. We use the same format for a variety of different events and many of those logs are informational/diagnostic, not disruptive to the user. Writes caused: 1073.96 MB over 48.28s (Average: 22.24 MB/second) Note that the data rate there (22.24 MB/s) is EXTREMELY slow for our Disk I/O performance. Whatever is going on here is tied almost entirely to network I/O, not the disk itself. Next, I want to start here: ...To stay within the daily 1GB budget Staying below this budget shouldn't necessarily be one of your app’s goals. Storage and I/O are resources that exist to perform work on the user’s behalf. If the user tells you to download a 5GB file, then your app should download that 5GB file as quickly as possible, not stagger the download over 5 days to avoid blowing past t
Topic:
App & System Services
SubTopic:
Core OS
Tags: