Vercel Releases Stability Performance

OOM crashes in recent production deployments

Part of the Deployment posture check · fix arrives as a guide

What it is

Recent production deployments show out-of-memory crashes.

Why it matters

The function is being killed mid-request, so those users get an error with no useful message. OOM is also load-correlated, meaning it appears exactly when traffic is highest and matters most.

How to fix it

Find what is allocating: an unbounded query result, a whole file read into memory, or an in-memory cache that only grows. Raising the memory limit buys time but does not fix a leak.

Run them all on your app

Connect your repo and your live services with read-only scopes. The first scan is free, and nothing changes without your approval.