Google App Engine应用程序可能消耗的最大内存是多少?

Google App Engine应用程序可能消耗的最大内存是多少?

问题描述:

每个Google App引擎应用实例允许消耗的最大本地内存(不是 Memcache)是多少?

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

GAE配额页面上找不到任何信息.

App Engine实例的最大内存限制

The maximum memory limit for an App Engine instance depends on the instance class that you choose. The default limit is 128 MB. The following classes are currently available:

  • F1和B1-128 MB
  • F2和B2-256 MB
  • F4和B4-512 MB
  • F4_1G和B4_1G-1024 MB

第二代实例具有

  • F1和B1-256 MB
  • F2和B2-512 MB
  • F4和B4-1024 MB
  • F4_HIGHMEM和B4_HIGHMEM-2048 MB
  • B8-2048 MB