{"id":17,"hash":"74097f0c8dcf468321d16a0860e47eddeee1e9e6edb847c737c6c627e8e505b9","pattern":"FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory","full_message":"<--- Last few GCs --->\nFATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory","ecosystem":"npm","package_name":null,"package_version":null,"solution":"Node process hit the V8 heap limit (default ~2GB on 32-bit, ~4GB on 64-bit).\n1. Raise the limit: `NODE_OPTIONS=--max-old-space-size=8192 node script.js` (8 GB).\n2. For npm scripts: `\"build\": \"NODE_OPTIONS=--max-old-space-size=8192 next build\"`.\n3. Long-term: profile with --heap-prof, look for leaks, stream large data instead of loading into memory.","confidence":0.92,"source":"internal","source_url":null,"votes":45,"created_at":"2026-04-19T03:24:36.999806+00:00","updated_at":"2026-04-19T03:25:24.788009+00:00"}