I'm about to deploy a service where I'm generating big file per request (zip containing 1000's of docx files) in-memory on Node.js server. I will be using Firestore Cloud Functions or Render.com, but I have trouble calculating cost of those services.
For example: on Render.com I can have a server with 512MB of RAM. If my app will generate, let's say, 1GB file then my app will crash, will just be slower than when using 1GB of ram or how does it work?