My application heavily use memcache to store data that is not often changed. However, I notice the total memcache memory that can be used is capped at around 64MB, and usually an object is evicted after 5 mins. From the quota detail, I found my app sends 45GB data to memcache daily and can only retrieve 2GB back. All these metrics tell me one thing: my application needs more memcache memory quota in order to run more efficiently.
Is there a way to increase memory quota for my application? Or is there a paid memcache service that I can use? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/e3yimcvrpggJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
