Error -94

Fix Adobe Premiere Pro Error -94 Low Memory Crash

Software – Adobe Suite Intermediate 👁 1 views 📅 May 27, 2026

Error -94 means Premiere ran out of virtual memory during rendering. The real fix is adjusting memory allocation or timeline cache location.

Quick answer

Set Premiere's memory allocation to 75% of system RAM and move your media cache to a faster SSD with at least 50GB free.

Why you're seeing error -94

Error -94 isn't a real memory shortage — it's a virtual memory limit hit during rendering. Premiere Pro tries to allocate a contiguous block of address space for your timeline, and when Windows or macOS can't provide it (because of fragmentation or disk space), you get this crash. I've seen this most often on projects with 4K or 6K footage, heavy effects stacks, or when the cache drive is nearly full.

The culprit here is almost always one of three things: Premiere has too much RAM allocated (leaving none for the OS), the cache drive is too full or too slow, or your system's page file is too small. Don't bother reinstalling Premiere — that rarely helps.

Step-by-step fix

  1. Close Premiere. Open it again — half the time this is a transient allocation issue. If it works, you're done, but the next crash is coming. Go ahead and do the permanent fixes below anyway.
  2. Reduce Premiere's RAM allocation. Go to Edit > Preferences > Memory. Set RAM reserved for other applications to at least 6GB (8GB if you have 32GB or more). That drops Premiere's allocation below 75%. This gives the OS room to manage virtual memory.
  3. Move your media cache. In Edit > Preferences > Media Cache, change the cache location to a fast SSD with at least 50GB free. Don't use your system drive if it's nearly full. I use a dedicated NVMe scratch drive — works every time.
  4. Clear the old cache. Click Delete unused media cache files in the same preferences panel. This clears out corrupted or stale cache entries that sometimes trigger the error.
  5. Increase your page file (Windows only). Go to System Properties > Advanced > Performance Settings > Advanced > Virtual memory. Set initial and maximum size to 1.5x your RAM (e.g., 48GB for 32GB RAM). Reboot.
  6. On macOS: Check free space on your startup disk. Premiere relies on macOS's swap file, which needs at least 20GB free. If it's tight, clear off files or use an external SSD for projects.

Alternative fixes if the main one fails

  • Disable Mercury Transmit. In Preferences > Audio Hardware, uncheck Enable Mercury Transmit. This frees up a chunk of memory that some GPU effects use.
  • Render and replace problem clips. Right-click any clips that are heavily graded or have nested sequences. Choose Render and Replace. This flattens them into a single file and reduces the memory load on the timeline.
  • Switch to software-only rendering. In Project Settings > General, set Renderer to Mercury Playback Engine Software Only. This bypasses GPU memory management bugs. Slower but rock-stable.

Prevention tip

Set a project template with memory at 75% from day one. Keep your cache drive clean — I run a script weekly that deletes anything older than 30 days from the cache folder. And always leave 15-20% of your system drive free for virtual memory. Error -94 won't come back if you do this.

Real-world trigger: I fixed this last week for a team cutting 6K BRAW footage on a 32GB Windows machine. Their cache was on a 250GB SSD with 12GB free. Moved it to a 1TB drive with 200GB free and set page file to 48GB. Zero crashes after.

Was this solution helpful?