Status Update
Comments
va...@google.com <va...@google.com>
pe...@cityswift.com <pe...@cityswift.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
ku...@google.com <ku...@google.com> #3
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. Currently, this has been forwarded to the engineering team for further investigation. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
pe...@cityswift.com <pe...@cityswift.com> #4
pe...@cityswift.com <pe...@cityswift.com> #5
Hi all,
Good news
I was able to PATCH 8192M and 4096M successfully, using v2 API on gen1 cloud function.
So maybe Google/GCP updated the V2 cloudfunctions API for gen1 cloud functions recently.
current_cloud_function["serviceConfig"]["availableMemory"] = "8192M"
current_cloud_function["serviceConfig"]["availableMemory"] = "4096M"
Description
Problem you have encountered:
Unable to use 8192M in PATCH to
https://cloudfunctions.googleapis.com/v2/{function.name}
(gen1 cloud function)Below snippet body i used in my PATCH, that does not work(any of the other supported memory's do work though)
Error/response(added new lines for readability)
Refs:
What you expected to happen:
Steps to reproduce:
https://cloudfunctions.googleapis.com/v2/{function.name}
, withavailableMemory
set to8192M
Other information (workarounds you have tried, documentation consulted, etc):