Artsiom Miksiuk
Artsiom Miksiuk

Reputation: 4303

Google Cloud Functions CPU Speed Setup

I was not able to find settings for GCF to setup CPU speed. In pricing calculator there is several options for GCF environment on which it running, and by default as I understand the least performant option is used (800MHz?). So, I wounder, is there any options in Cloud Console or during Functions deploy to setup CPU speed?

Upvotes: 3

Views: 5028

Answers (1)

michael
michael

Reputation: 96

The memory size and CPU speed are connected. The details are on the pricing page: https://cloud.google.com/functions/pricing

So, if you allocate 1024MB of memory to your function, you'll get a 1.4GHz CPU.

Upvotes: 8

Related Questions