google-cloud-platform - GCP Function 有多少磁盘空间?

标签 google-cloud-platform aws-lambda azure-functions disk faas

我正在调查不同的 FaaS 供应商,并对每个功能拥有多少磁盘空间感兴趣。 AWS Lambda 中的一个函数有 512 MB 的可用磁盘空间(请参阅 here ),而 Azure 函数有高达 1000 GB 的磁盘空间,具体取决于定价模型(请参阅 here )。

一个 GCP 函数有多少?

在搜索文档时,我只能发现函数确实有磁盘存储,但不知道有多少(参见 here )。

最佳答案

也许更好的文档重定向是(根据 2021-10-14):

The filesystem itself is entirely writeable (except for files used by the underlying OS) and is stored within the Cloud Functions instance's memory.

https://cloud.google.com/functions/docs/concepts/exec#file_system

根据Chris' response/comments ,

Cloud Function doesn't have a 'disk space'

或者更准确的说,磁盘空间就是内存空间。

关于google-cloud-platform - GCP Function 有多少磁盘空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62065707/

相关文章:

amazon-web-services - 使用自定义资源 Lambda 运行爬网程序

python - 更新 dynamoDB 中的项目

node.js - Azure 函数 TypeScript 装饰器

azure - 使用 Azure 函数和 API 连接器 Azure B2C 生成显示名称

java - 如果我已经有 .jar 可执行文件,如何使用谷歌云虚拟机实例作为服务器?

docker - Google Cloud Container Registry 拒绝来自 docker push 的连接

node.js - 如何在谷歌云中自动化 NodeJS 脚本

linux - 有没有办法找到GCP VM启动脚本返回代码

angular - 使用 HTTP 从 Angular 应用程序中调用 AWS Lambda 函数

node.js - 如何在 Visual Studio 2017 的 Azure Functions v2 中包含并运行 NodeJS?