What's the default storage for Google Cloud Run?

前端 未结 2 678
暗喜
暗喜 2021-01-12 19:20

There is not documentation that I can find about the storage that Google Cloud Run has. For example, does it contains few Gigabyte storage as we create a VM? If not, is ther

2条回答
  •  耶瑟儿~
    2021-01-12 20:12

    The writable disk storage is an in-memory filesystem, which limited by instance memory to a maximum of 2GB. Anything written to the filesystem is not persisted between instances.

    See:

    • https://cloud.google.com/run/quotas
    • https://cloud.google.com/run/docs/reference/container-contract#filesystem

提交回复
热议问题