Firebase – How does a Google Cloud Function compute and allocate memory?
Google Cloud Functions (gen 2) gives us 9 possible memory allocation settings for each function, from 128MiB to 32GiB. For a hello-world function that does nothing but log "hello world" to the console, is memory here just the total number…