This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have selected 4GB RAM for cloud function, as per documentation I
should get 4.8Ghz CPU. I have checked in logs that I am getting only 1.3
Ghz CPU. I am using region : us-central1.
I am implementing tensorflow in cloud function with python 3.7. It was
running fine earlier. Since last 9 hours it when I re-deployed it
started giving timed-out even with old code which was running fine.It is
getting stuck at lineresult = tensorflow...
I have tried using highest possible resource of cloud function i.e 8 GB
RAM but still the issue was there. Can you please check with someone
working on the core part of cloud function ?
I am deploying through console. Default settings are same. I have
realized that CPU is getting allocated only 1.3 GHz and I should get 4.8
GHz on selecting 4 GB RAM. That might be reason for time-out. It is
getting time-out at the line of script wher...