---
title: cumulativeMemoryResourceLimitExitCount
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxbackgroundexitdata/cumulativememoryresourcelimitexitcount
---

# cumulativeMemoryResourceLimitExitCount

The number of times the system terminated the app from the background for using too much memory.

## Declaration

```swift
var cumulativeMemoryResourceLimitExitCount: Int { get }
```

## See Also

### Reading the System Termination Count

- [cumulativeAppWatchdogExitCount](metrickit/mxbackgroundexitdata/cumulativeappwatchdogexitcount.md)
- [cumulativeCPUResourceLimitExitCount](metrickit/mxbackgroundexitdata/cumulativecpuresourcelimitexitcount.md)
- [cumulativeMemoryPressureExitCount](metrickit/mxbackgroundexitdata/cumulativememorypressureexitcount.md)
- [cumulativeSuspendedWithLockedFileExitCount](metrickit/mxbackgroundexitdata/cumulativesuspendedwithlockedfileexitcount.md)
