You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building, we are building the project under /api/trpc/publish.deployment.run which is using a lot of memory right now (over 2GB for large projects). We need to reduce this or vercel will kill the process for out-of-memory.
Note: Most of the memory consumption comes from serializing files in memory. With a large enough project, this will load the entire repo into memory, causing this issue.