---
title: DISPATCH_MEMORYPRESSURE_WARN
framework: dispatch
role: symbol
role_heading: Global Variable
path: dispatch/dispatch_memorypressure_warn
---

# DISPATCH_MEMORYPRESSURE_WARN

The system memory pressure condition is at the warning stage.

## Declaration

```swift
var DISPATCH_MEMORYPRESSURE_WARN: Int32 { get }
```

## Discussion

Discussion Apps should release memory that they do not need right now.

## See Also

### Memory Pressure Event Flags

- [DISPATCH_MEMORYPRESSURE_NORMAL](dispatch/dispatch_memorypressure_normal.md)
- [DISPATCH_MEMORYPRESSURE_CRITICAL](dispatch/dispatch_memorypressure_critical.md)
