What is the maximum memory a Google App Engine app may consume?

前端 未结 2 1393
予麋鹿
予麋鹿 2021-02-13 05:47

What is the maximum amount of local memory (not Memcache) each instance of a Google App engine app is allowed to consume?

I couldn\'t find any inform

2条回答
  •  借酒劲吻你
    2021-02-13 05:59

    The maximum amount of local memory is not documented.

    speculation:
    I believe they have not imposed any hard limits because it may depend on your application traffic/load/activity and by other GAE applications.

    There's an open issue MemoryError undocumented/hard to predict that you might want to star.

    EDIT:
    Reading the new Backends documentation here it seems capped to 128MB

提交回复
热议问题