Guide

Guide

macOS "System" Using 10GB+ RAM with Chrome Open? Here's Why and How to Fix It

macOS "System" Using 10GB+ RAM with Chrome Open? Here's Why and How to Fix It

Feb 6, 2026

Feb 6, 2026

You open Activity Monitor and see "System" or "App Memory" using 20GB+, but Chrome only shows 4GB. This is because macOS **Compresses** memory. Chrome's inactive tabs are compressed and stored in the system pool. When this pool fills up, you get the "Force Quit Applications" popup.

You open Activity Monitor and see "System" or "App Memory" using 20GB+, but Chrome only shows 4GB. This is because macOS **Compresses** memory. Chrome's inactive tabs are compressed and stored in the system pool. When this pool fills up, you get the "Force Quit Applications" popup.

The Manual Fix

The Manual Fix

  • Restart WindowServer: Logging out and back in clears the compressed memory pool.

  • Close Heavy Tabs: Tabs with heavy DOMs compress poorly.

  • Disable 'Keep Chrome running in background': Settings > System.
  • Restart WindowServer: Logging out and back in clears the compressed memory pool.

  • Close Heavy Tabs: Tabs with heavy DOMs compress poorly.

  • Disable 'Keep Chrome running in background': Settings > System.
  • The Automated Fix

    The Automated Fix

    SuperchargePerformance releases the pressure valve. A suspended tab is discarded. It is not compressed; it is gone from RAM. By discarding tabs, we reduce the workload on the macOS memory compressor (vm_compressor), keeping the "System" memory usage low and preventing the red pressure spike.

    SuperchargePerformance releases the pressure valve. A suspended tab is discarded. It is not compressed; it is gone from RAM. By discarding tabs, we reduce the workload on the macOS memory compressor (vm_compressor), keeping the "System" memory usage low and preventing the red pressure spike.

    Technical Root Cause Analysis


    MacOS tries to avoid writing to disk (Swap) by compressing inactive RAM pages.


    • The limit: Decompressing memory takes CPU. If Chrome fills the RAM with junk, the OS works overtime to compress/decompress it.

    • The Fix: Don't compress junk. Throw it away. SuperchargePerformance discards the data so the OS doesn't have to manage it.


    FAQ



    Why does macOS "System" memory grow with Chrome open?


    macOS "System" memory in Activity Monitor includes kernel caches, GPU buffers, and memory mapped files. Chrome's multi-process architecture and hardware acceleration allocate GPU memory that macOS accounts as "System" rather than attributing it to Chrome directly.



    Is 10GB System memory usage dangerous?


    Not by itself — macOS dynamically manages memory and will compress or swap as needed. But if you're seeing swap usage alongside high System memory, your Mac is running low on physical RAM. Suspending Chrome tabs reduces the GPU memory that inflates the System count.



    How do I reduce System memory usage on Mac?


    Reduce Chrome's footprint: suspend unused tabs, close unnecessary Chrome windows, and disable hardware acceleration if you don't need it for video playback. Each suspended tab reduces both Chrome's reported memory and the System memory that macOS allocates for GPU compositing.

    Technical Root Cause Analysis


    MacOS tries to avoid writing to disk (Swap) by compressing inactive RAM pages.


    • The limit: Decompressing memory takes CPU. If Chrome fills the RAM with junk, the OS works overtime to compress/decompress it.

    • The Fix: Don't compress junk. Throw it away. SuperchargePerformance discards the data so the OS doesn't have to manage it.


    FAQ



    Why does macOS "System" memory grow with Chrome open?


    macOS "System" memory in Activity Monitor includes kernel caches, GPU buffers, and memory mapped files. Chrome's multi-process architecture and hardware acceleration allocate GPU memory that macOS accounts as "System" rather than attributing it to Chrome directly.



    Is 10GB System memory usage dangerous?


    Not by itself — macOS dynamically manages memory and will compress or swap as needed. But if you're seeing swap usage alongside high System memory, your Mac is running low on physical RAM. Suspending Chrome tabs reduces the GPU memory that inflates the System count.



    How do I reduce System memory usage on Mac?


    Reduce Chrome's footprint: suspend unused tabs, close unnecessary Chrome windows, and disable hardware acceleration if you don't need it for video playback. Each suspended tab reduces both Chrome's reported memory and the System memory that macOS allocates for GPU compositing.

    macOS memory pressure turns red when Chrome and the system fight over RAM. Suspend background tabs and Chrome gives the memory back to macOS. The Activity Monitor pressure gauge drops from red to green.

    macOS memory pressure turns red when Chrome and the system fight over RAM. Suspend background tabs and Chrome gives the memory back to macOS. The Activity Monitor pressure gauge drops from red to green.