Change Vercel serverless function memory #8812
Answered
by
Rich-Harris
liegeandlief
asked this question in
Q&A
-
Is it possible to change the memory allocated to the serverless functions when running on Vercel? They seem to use the default of 1024mb and I'd like to reduce this as my functions don't need that much. I tried adding the following to my project's vercel.json file:
But this gave the error |
Beta Was this translation helpful? Give feedback.
Answered by
Rich-Harris
Jan 31, 2023
Replies: 1 comment
-
This will be made possible by #8740 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liegeandlief
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be made possible by #8740