I have a google app engine connected with an android app. People add and read updates to it which gets stored in the app engine datastore. I am using memcache in a proper way and on an average my last month read operations were not more than 25%. One day within a span of 6 hours the quota reached to 100% and when I looked at the statistics of data read, it was almost the same as in previous days. When I looked at it, I found that my memcache had nothing in it. How the memcache suddenly lost its data? Is there any limit on the memcache size?
-- 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/-/Bzl2Qu4-Vr8J. 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.
