I’m encountering an issue with setting memory limits for my serverless function on Vercel. I’ve configured the memory allocation in my vercel.json as follows:
Despite this configuration, the memory setting doesn’t seem to apply. When I check the logs after deployment, I see that the memory is still set to 1024 MB, as shown in the attached screenshot.
Could someone help me understand why my memory configuration isn’t taking effect? Am I missing something in my setup or configuration?
This configuration successfully deploys, but the result remains the same: the memory is still set to 1024 MB, as shown in the logs (attached screenshot).
For additional context, I’m attaching a screenshot of my project structure as well. Could you please let me know if there’s something else I should adjust or check in this configuration?
Looking forward to your guidance, and thanks again for your support!