My app crashes with the following error if I let it sit idle for a while:
The app “MyApp” has been killed by the operating system because it is using too much memory.
Domain: IDEDebugSessionErrorDomain
Code: 11
Recovery Suggestion: Use a memory profiling tool to track the process memory usage.
User Info: {
DVTErrorCreationDateKey = "2024-07-31 05:51:25 +0000";
IDERunOperationFailingWorker = DBGLLDBLauncher;
}
But only when I have NSZombie
turned on. I don’t see any warnings from NSZombie
about leaked objects. At the same time, turning on memory monitoring requires me to turn off NSZombie
. Does anyone else have experience with this?