I use firebase's cloud function and got a problem. I know cloud functions can set memory like this runWith({ timeoutSeconds: 540, memory: '8GB' }).https.onCall
I've set the memory to 8g, but it's still not enough I need to get all players' docs and write something to another collection. My player number is about 30k+. and when I get all players' docs it always says run out of memory.
Do you know how to handle this? Many thanks.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/9a9cf28a-f0a2-4204-9af6-34d173840c32n%40googlegroups.com.