How much memory of Memcache is available to a Google App Engine account?

前端 未结 2 1118
闹比i
闹比i 2020-12-16 09:27

Google App Engine has some information about Memcache limits:

  • http://code.google.com/appengine/docs/quotas.html#Memcache
  • http://code.google.com/appen
相关标签:
2条回答
  • 2020-12-16 10:01

    As of November 2013, App Engine offers dedicated memcache which guarantees a specific amount of memcache RAM. You can purchase between 1 and 20 GB of dedicated cache. More than 20 GB is available upon request.

    The shared memcache RAM available to an application still varies based on multiple factors.

    0 讨论(0)
  • 2020-12-16 10:10

    The amount of memcache capacity your app has isn't fixed, and may vary depending on the traffic to your app and how it uses memcache.

    0 讨论(0)
提交回复
热议问题