---
title: cumulativeMemoryPressureExitCount
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxbackgroundexitdata/cumulativememorypressureexitcount
---

# cumulativeMemoryPressureExitCount

The number of times the system terminated the app from the background to free up memory.

## Declaration

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

## See Also

### Reading the System Termination Count

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