Today I noticed the excessive battery usage on my Apple Watch S9 (WatchOS 11, iOS 18.0) and decided to investigate further. Upon navigating to Watch > General > Reports, I found a JetsamEvent-2024-09-24-125808.ips file. A closer examination of this lengthy file revealed some concerning details.
High Memory Usage
The largest memory zone, "vm objects", had a size of 7897088 bytes, indicating a significant allocation of memory. Additionally, there were 1725477 compressions and 1509898 decompressions, suggesting frequent memory management activities.
Low Free Memory
Only 2632 free pages were available, which is relatively low compared to the total memory usage. This scarcity of free memory could be a contributing factor to the issues I'm experiencing.
Suspended Processes
Two processes, "NanoHeartRhythm" and "ActivityMonitorApp", were in a suspended state due to "excess-shared-memory". This is a common indicator of memory leaks, which could be causing the excessive battery usage.
Process Details
Both suspended processes had significant CPU times and resident page counts, further suggesting memory-intensive operations.
These findings support the notion that memory leaks or mismanagement issues are present on my Apple Watch.