Memory use in Redwood v6

I’m not sure whether I tested this the right way, but I was still not able to deploy to Render without an out of memory issue.
What I did was:
Update my project to 6.5.0
Configure to deploy to Render
Pushed the change
As expected there was an out of memory failure during deployment

Then I updated to 6.5.1-rc.0 and redeployed.
I still got the out of memory error during the deployment.

If there is any data that would help to pinpoint the issue then I can try to find that, if anyone can tell me where to look

One thing I did notice was that my schema on a fresh database was in place, which suggested that the Prisma migrations ran.

1 Like