Out of memory error running NextJS app with NX

I have an NX monorepo, where one of the apps is a NextJS app that i am trying to deploy to a Web service on Render.

I already have one NextJS app running on here, which works perfectly on v16 of NX, and the new one is running v19.x, but this time it is not so smooth.

I am using a starter node with 512mb of rams and the last issue i got was that it needs more memory?

Is that something i am doing wrong, or is it just a problem with NX? Have you seen this before?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.