macOS Performance

Reduce memory pressure on Mac

Practical Mac guide: reduce memory pressure on Mac without the usual guesswork.

10 min read Beginner Updated 9 Jun 2026

Step-by-step guide

Work through each section in order. Stop when your issue is resolved — you do not need every step for every situation.

What you will achieve

Lower memory pressure so macOS stops compressing RAM and thrashing swap.

Memory pressure is macOS compressing and swapping RAM when physical memory fills. Unified memory on Apple Silicon shares RAM with GPU — video and external displays count. Closing apps helps; buying RAM after purchase does not — plan capacity at order time.

1) Read Memory pressure

Activity Monitor → Memory — green is healthy, yellow compressing, red swapping. Watch Swap Used climbing as a bad sign.

2) Quit heavy apps

  • Browser tabs — each tab is a process; use a tab suspender or fewer windows.
  • Electron apps (Slack, Teams, VS Code) — restart periodically.
  • Virtual machines — allocate less RAM or shut down when unused.

3) Reduce startup load

  1. General → Login Items — remove non-essential Open at Login.
  2. Menu bar agents — check ~/Library/LaunchAgents and /Library/LaunchAgents if advanced.

4) Apple Silicon unified memory

GPU and CPU share RAM — large external displays and video editing consume “memory” without a discrete GPU bar. Buy enough RAM at purchase; 8 GB is tight for modern multitasking.

5) Terminal snapshot

memory_pressure

Run before and after cleanup. Restart clears compressed memory and leaky processes — legitimate fix, not superstition.

6) Compressed memory explained

Yellow pressure means macOS is compressing inactive pages — acceptable briefly. Red with swap used > 5 GB on 16 GB machine means you are genuinely short — close browser and VMs first before buying RAM you cannot add on Apple Silicon.

7) purgeable space confusion

Activity Monitor “Cached Files” and purgeable APFS space are not RAM — do not confuse Storage graph with memory pressure. iCloud offload frees disk, not RAM.

8) Instruments for leaks

Developers can profile leaks with Instruments → Leaks on suspect app. Consumers restart leaky menu bar utilities weekly — stats apps and clipboard managers are common offenders.

Verify

Memory pressure mostly green during typical use; swap stays low after reboot and normal work session.

Additional troubleshooting notes

If steps above do not resolve the issue on the first attempt, reboot once, confirm System Settings → General → Software Update is current, and retry with a second administrator account to rule out profile or keychain corruption in your daily user. Document exact error text from Console.app with timestamp — vague “it still fails” without logs wastes support time. On Apple Silicon, re-test after full shutdown (not just restart) because firmware and Thunderbolt controllers reset only on cold boot. Intel Macs should repeat test in Safe Mode to bypass third-party login items. Before erase or keychain reset, verify Time Machine or clone backup completed — batch 3 guides assume Monterey/Ventura/Sonoma/Sequoia paths in System Settings; search Spotlight for renamed panes if your macOS version labels differ slightly.

Related guides

macos memory pressure reduce