Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

am I going to be charged for 8GB memory for cloud function even if the function used one or two times per month?

I have cloud function and I reserve 8GB RAM for it , but I call it a few times per month , is that will charge me for whole month or just for every time I hit the function

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

The Cloud Functions pricing page says:

Fees for compute time are variable based on the amount of memory and CPU provisioned for the function. Units used in this calculation are:

GB-Seconds

1 GB-second is 1 second of wallclock time with 1GB of memory provisioned
GHz-Seconds

1 GHz-second is 1 second of wallclock time with a 1GHz CPU provisioned

So you’re charged per second that the memory and CPU are active. While the Cloud Function is not active, you are not charged for that time.

If your function is only active twice per month, you will only be charged for the time period it is active those two times.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading