Sweepfor Mac

Speed up your Mac

How to Speed Up Your Mac for Gaming (Without Buying a Better GPU)

Squeeze more frames out of your Mac for gaming. Free GPU memory, kill background helpers, and tune macOS so Baldur's Gate 3 stops chugging.

8 min read

You bought a Mac to work, but Baldur’s Gate 3, Cyberpunk via GPTK, or Resident Evil Village runs on it now and the frame rate is asking polite questions. The thing about Mac gaming is that you can claw back 10-20 fps just by closing the right things and freeing GPU memory. Apple Silicon shares memory between CPU and GPU — every gigabyte tied up in Chrome is a gigabyte your game can’t use for textures.

Here’s how to give your Mac the best shot at smooth gameplay before you start tweaking in-game settings.

Quit absolutely everything you don’t need

This matters more on a Mac than a dedicated gaming PC. Unified memory means a 16GB MacBook Pro running Slack, Chrome, and Music in the background might only have 6GB available for the game’s working set. Texture pop-in and stutter follow.

Open Activity Monitor and quit:

  • All browsers (especially Chrome and Edge — they’re memory hogs even when minimized)
  • Communication apps: Slack, Discord (unless you need voice — see below), Teams
  • Cloud sync: Dropbox, Google Drive, OneDrive, iCloud Drive helpers
  • Adobe Creative Cloud, including the background daemon
  • Mail (yes, the Apple Mail app — it indexes constantly)
  • Photos.app (background analysis is brutal)

Use Cmd+Q to actually quit, not just close the window. Closing the window keeps the app loaded.

Free up RAM in one clickSweep frees inactive memory and pauses runaway processes. Get Sweep free →

Disable Spotlight indexing while you play

Spotlight reindexing during a game is misery. It hammers the SSD and burns CPU cycles you’d rather have for AI pathfinding.

Temporarily pause it:

sudo mdutil -a -i off

Re-enable with the same command and on instead of off. Sweep handles this without Terminal — it’ll pause mds_stores and mdworker processes during gameplay and resume them after.

Turn off Time Machine and backup tools

If your hourly backup kicks in mid-raid, you’ll feel it. Disable Time Machine before a long session:

  • Apple menu > System Settings > General > Time Machine
  • Toggle Back Up Automatically off
  • Re-enable when you’re done

Same goes for Backblaze, Carbon Copy Cloner, and any other backup tools that run on a schedule.

Disable hardware-accelerated browser tabs

If you absolutely must keep a browser open (game wikis, Discord web, OBS), close every tab except the ones you need. Modern browsers GPU-accelerate everything. A YouTube background tab is using your graphics card to decode video while your game tries to render frames.

In Chrome: chrome://settings/system and toggle off Use graphics acceleration when available for the duration of your session.

Free up VRAM before launching the game

Apple Silicon GPUs allocate from the unified memory pool, but Intel Macs with discrete GPUs have actual VRAM. Either way, freeing memory before launch helps.

The fastest way:

  1. Save your work in any open apps
  2. Quit everything you don’t need
  3. Run Sweep’s speed boost — it dumps inactive memory and pauses background processes
  4. Launch the game with as much RAM available as possible

You can confirm it worked by opening Activity Monitor’s Memory tab — Memory Pressure should be solid green and “Memory Used” should drop noticeably.

Tip: On Apple Silicon, watch the GPU graph in Activity Monitor's Window menu. If it's stuck at 100% with low fps, you're GPU-bound and need to lower in-game settings. If GPU is below 70% with low fps, something else is bottlenecking — usually RAM or storage.

Move games to internal storage if possible

Loading times and texture streaming both depend on storage speed. Steam by default installs to ~/Library/Application Support/Steam/steamapps/common/, on the internal SSD, which is what you want.

But if you’ve moved games to an external drive to save space:

  • Thunderbolt 3/4 NVMe enclosures: nearly as fast as internal, fine for gaming
  • USB-C 10 Gbps SSDs: usable, expect longer loads
  • USB-A spinning hard drives: don’t even try

Modern games like BG3 stream textures from disk constantly. A slow drive equals texture pop-in and stutter.

Plug in and disable Low Power Mode

Apple Silicon throttles aggressively on battery to extend life. For demanding games, plug in and check that Low Power Mode is off:

  • System Settings > Battery > Low Power Mode > Never

Also check if Optimized Battery Charging is paused — sometimes the system holds back power delivery to spare the battery, which translates to lower sustained clocks.

Close GPTK / CrossOver helpers between games

If you’re running Windows games via Apple’s Game Porting Toolkit or CrossOver, they spin up a Wine prefix that can leave processes hanging after the game exits. Open Activity Monitor, search for wine and crossover, and quit anything still running.

These leftover processes can chew through 1-2 GB of RAM each.

Update graphics drivers (kind of)

You can’t update GPU drivers separately on a Mac — they ship with macOS. But Apple’s Metal performance for games improves with macOS point releases. If you’re on macOS 14.0 and Cyberpunk runs poorly, updating to 14.5+ might genuinely help. Likewise for game-specific Metal fixes in Sonoma and Sequoia updates.

Check System Settings > General > Software Update.

Skip the manual huntSweep finds the cache and cruft slowing down your workflow. Try Sweep free →

Lower in-game settings strategically

Once your Mac is as clean as possible, tune game settings in this order for the biggest fps gain per visual loss:

  1. Resolution scale — drop to 80-90%, often imperceptible, big fps boost
  2. Shadows — high to medium is usually enough
  3. Reflections — screen-space reflections are cheap, ray-traced ones aren’t
  4. Anti-aliasing — MetalFX upscaling is your friend on Apple Silicon
  5. Volumetric fog / clouds — cheap visual win to disable

Texture quality is usually fine on high if you have enough RAM. Drop it only if you see texture pop-in.

Check thermal throttling

If your MacBook is on a soft surface (couch, bed, lap), the bottom can’t dissipate heat and the SoC throttles. Even an M3 Pro will drop substantial performance if it’s running at 95-100°C sustained.

Quick fixes:

  • Use a hard surface (desk, lap desk)
  • Clean dust from the rear vents (compressed air, don’t open the case)
  • Consider a cooling pad with active fans for marathon sessions

A 60-second pre-game checklist

Before clicking Play:

  1. Cmd+Q everything: browsers, Slack, Discord (unless using), Photos, Mail
  2. Pause Time Machine and any sync clients
  3. Sweep one-click cleanup: frees RAM, pauses runaway processes
  4. Plug in, disable Low Power Mode
  5. Confirm game is on internal SSD or fast Thunderbolt drive
  6. Launch game last — let it grab the freshly-freed memory

Apple Silicon Macs game far better than they used to. The hardware is there. Most of the time, the only thing standing between you and a smooth 60 fps is whatever else macOS is quietly doing in the background.

← Back to all guides