[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Vercel killing node js process and throwing 500 errir 54 views · 1 like · 2 posts mass (@mithravishwa37-gmail) · 2024-07-27 <!-- Be sure to include all detail needed to let others see the same problem --> I have a API route which returns over 100MB of Data, basically a db dump. However, vercel is throwing 500 error and the logs show that its killing the node process.  Versecafe (@versecafe) · 2024-07-27 · ♥ 1 there's a maximum response size lambdas can return of 6MB and 20MB if streamed https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html